diff options
author | Dimitris Zlatanidis <d.zlatanidis@gmail.com> | 2015-06-06 01:49:16 +0300 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2015-06-07 22:09:56 +0700 |
commit | e5a7a94647de54e7eb767a6e1924fee061edc5ce (patch) | |
tree | 495bafc0686f873b721df86925f2a06e9ed05b8b /games/doomsday/doomsday.SlackBuild | |
parent | 49dce2681406e73e92519a43ba0a412225eb0136 (diff) | |
download | slackbuilds-e5a7a94647de54e7eb767a6e1924fee061edc5ce.tar.gz |
games/doomsday: Updated for version 1.15.0.
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
Diffstat (limited to 'games/doomsday/doomsday.SlackBuild')
-rw-r--r-- | games/doomsday/doomsday.SlackBuild | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/games/doomsday/doomsday.SlackBuild b/games/doomsday/doomsday.SlackBuild index 1e8a85226e..3f47b100cd 100644 --- a/games/doomsday/doomsday.SlackBuild +++ b/games/doomsday/doomsday.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for doomsday -# Copyright 2014 Dimitris Zlatanidis Greece-Orestiada +# Copyright 2014-2015 Dimitris Zlatanidis Orestiada, Greece # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -23,7 +23,8 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=doomsday -VERSION=${VERSION:-1.14.5} +SRCNAM=${PRGNAM}-stable +VERSION=${VERSION:-1.15.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -59,9 +60,9 @@ set -e rm -rf $PKG mkdir -p $TMP $PKG $OUTPUT cd $TMP -rm -rf $PRGNAM-$VERSION -tar xvf $CWD/$PRGNAM-$VERSION.tar.gz -cd $PRGNAM-$VERSION/$PRGNAM +rm -rf $SRCNAM-$VERSION +tar xvf $CWD/$SRCNAM-$VERSION.tar.gz +cd $SRCNAM-$VERSION/$PRGNAM chown -R root:root . find -L . \ \( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \ |