diff options
Diffstat (limited to 'games/tome4/tome4.SlackBuild')
-rw-r--r-- | games/tome4/tome4.SlackBuild | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/games/tome4/tome4.SlackBuild b/games/tome4/tome4.SlackBuild index 09d09b26e6..e18859afad 100644 --- a/games/tome4/tome4.SlackBuild +++ b/games/tome4/tome4.SlackBuild @@ -24,8 +24,8 @@ PRGNAM=tome4 SRCNAM=t-engine4-src -VERSION=${VERSION:-1.1.5} -BUILD=${BUILD:-2} +VERSION=${VERSION:-1.2.3} +BUILD=${BUILD:-1} TAG=${TAG:-_SBo} if [ -z "$ARCH" ]; then @@ -64,7 +64,7 @@ rm -rf $SRCNAM-$VERSION tar xvf $CWD/$SRCNAM-$VERSION.tar.bz2 cd $SRCNAM-$VERSION # extract icons -unzip -oj -qq game/engines/te4-1.1.5.teae -d icons +unzip -oj -qq game/engines/te4-1.2.3.teae -d icons chown -R root:root . find -L . \ \( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \ @@ -73,7 +73,7 @@ find -L . \ -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \; # correction of SDL2 headers directory -patch -p1 < $CWD/premake4_sdl.patch +sed -i "s/opt\/SDL-2.0/usr/" premake4.lua # build game premake4 gmake |