summaryrefslogtreecommitdiffstats
path: root/games
diff options
context:
space:
mode:
author dsomero2013-12-09 01:18:49 +0100
committer Erik Hanson2013-12-14 17:52:15 +0100
commit836baec3925a5b1a887a24b379f9397d3a64b82f (patch)
treed07f12e95f94fab54a28c6494069120a0fbbdf9c /games
parent28232feebadc51a2ead0b71343ab4cd715382c54 (diff)
downloadslackbuilds-836baec3925a5b1a887a24b379f9397d3a64b82f.tar.gz
games/xonotic: New maintainer, small clean up.
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
Diffstat (limited to 'games')
-rw-r--r--games/xonotic/xonotic.SlackBuild14
-rw-r--r--games/xonotic/xonotic.info4
2 files changed, 9 insertions, 9 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
diff --git a/games/xonotic/xonotic.info b/games/xonotic/xonotic.info
index 7440912732..d8f8a20317 100644
--- a/games/xonotic/xonotic.info
+++ b/games/xonotic/xonotic.info
@@ -10,5 +10,5 @@ MD5SUM=" \
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""
-MAINTAINER="James Geboski"
-EMAIL="jgeboski@gmail.com"
+MAINTAINER="David Fillpot"
+EMAIL="mfillpot@gmail.com"