diff options
author | dsomero <xgizzmo@slackbuilds.org> | 2013-12-08 19:18:49 -0500 |
---|---|---|
committer | Erik Hanson <erik@slackbuilds.org> | 2013-12-14 10:52:15 -0600 |
commit | 836baec3925a5b1a887a24b379f9397d3a64b82f (patch) | |
tree | d07f12e95f94fab54a28c6494069120a0fbbdf9c /games/xonotic/xonotic.SlackBuild | |
parent | 28232feebadc51a2ead0b71343ab4cd715382c54 (diff) | |
download | slackbuilds-836baec3925a5b1a887a24b379f9397d3a64b82f.tar.gz |
games/xonotic: New maintainer, small clean up.
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
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 |