diff options
Diffstat (limited to 'games/cgmadness/cgmadness.SlackBuild')
-rw-r--r-- | games/cgmadness/cgmadness.SlackBuild | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/games/cgmadness/cgmadness.SlackBuild b/games/cgmadness/cgmadness.SlackBuild index 4a83c41c46..757e95de63 100644 --- a/games/cgmadness/cgmadness.SlackBuild +++ b/games/cgmadness/cgmadness.SlackBuild @@ -1,3 +1,4 @@ + #!/bin/sh # Slackware build script for cgmadness @@ -5,7 +6,7 @@ # Written by Zbigniew Baniewski <Zbigniew [dot] Baniewski [at] gmail [dot] com> PRGNAM=cgmadness -VERSION=1.3 +VERSION=${VERSION:-1.3} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -51,7 +52,8 @@ find -L . \ \( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \ -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \; -cat $CWD/01-Makefile.patch | patch -p1 || exit 1 +cat $CWD/01-Makefile.patch | patch -p1 +patch -p1 < $CWD/cgmadness.patch make mkdir -p $PKG/usr/share/games/cgmadness/data $PKG/usr/share/games/cgmadness/levels \ |