diff options
author | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2016-01-18 21:01:31 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2016-01-18 21:01:31 +0700 |
commit | db65f40cac4aea0d761bcbeec835d82c2b722839 (patch) | |
tree | 1110b39d1dff73b80788b7531d1b62d0445f0200 /games/etlegacy | |
parent | 9c8cc6d9c60036a4ccdd3dafde8fd2ac0c7467a5 (diff) | |
download | slackbuilds-db65f40cac4aea0d761bcbeec835d82c2b722839.tar.gz |
Multiple: Remove comments and whitespaces.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'games/etlegacy')
-rw-r--r-- | games/etlegacy/etlegacy.SlackBuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games/etlegacy/etlegacy.SlackBuild b/games/etlegacy/etlegacy.SlackBuild index d4777f01c7..367aba07bb 100644 --- a/games/etlegacy/etlegacy.SlackBuild +++ b/games/etlegacy/etlegacy.SlackBuild @@ -61,7 +61,7 @@ if [ "${OPENAL:-no}" = "yes" ]; then w_openal=1; else w_openal=0; fi if [ "${CROUCH:-no}" = "yes" ]; then w_crouch=1; else w_crouch=0; fi if [ "${MULTIVIEW:-no}" = "yes" ]; then w_multiview=1; else w_multiview=0; fi -set -e # Exit on most errors +set -e rm -rf $PKG mkdir -p $TMP $PKG $OUTPUT @@ -134,7 +134,7 @@ cd build -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 {} \; - make + make make install DESTDIR=$PKG cd .. |