diff options
Diffstat (limited to 'games/xonotic/xonotic.SlackBuild')
-rw-r--r-- | games/xonotic/xonotic.SlackBuild | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/games/xonotic/xonotic.SlackBuild b/games/xonotic/xonotic.SlackBuild index c5dba863af..00dbdc02c2 100644 --- a/games/xonotic/xonotic.SlackBuild +++ b/games/xonotic/xonotic.SlackBuild @@ -66,10 +66,10 @@ mv Xonotic $PRGNAM-$VERSION cd $PRGNAM-$VERSION chown -R root:root . find -L . \ - \( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 -o -perm 511 \) \ - -exec chmod 755 {} \; -o \ - \( -perm 666 -o -perm 664 -o -perm 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \ - -exec chmod 644 {} \; + \( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \ + -o -perm 511 \) -exec chmod 755 {} \; -o \ + \( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \ + -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \; mkdir -p \ $PKG/usr/bin \ @@ -77,8 +77,8 @@ mkdir -p \ $PKG/usr/share/{applications,pixmaps} cd source/d0_blind_id - autoreconf -fi + autoreconf -fi CFLAGS="$SLKCFLAGS" \ ./configure \ --prefix=/usr \ @@ -86,8 +86,8 @@ cd source/d0_blind_id --build=$ARCH-slackware-linux \ --disable-static - make - make install DESTDIR=$PKG + make + make install DESTDIR=$PKG cd - # Rather than using libdl, link libd0_blind_id and libd0_rijndael |