diff options
author | Tim Dickson <dickson.tim@googlemail.com> | 2020-02-08 01:53:55 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2020-02-08 01:53:55 +0700 |
commit | caa74f6e4bced3102026fa166bb6c99f017b86a3 (patch) | |
tree | e1a4b2a14df074165ff76730c2eceb73a656dff4 /games/waterCloset/waterCloset.SlackBuild | |
parent | 4a144bf45acfe031790a64a569db8a5e36e2b0cf (diff) |
games/waterCloset: Updated for version 1.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'games/waterCloset/waterCloset.SlackBuild')
-rw-r--r-- | games/waterCloset/waterCloset.SlackBuild | 12 |
1 files changed, 4 insertions, 8 deletions
diff --git a/games/waterCloset/waterCloset.SlackBuild b/games/waterCloset/waterCloset.SlackBuild index e548b8f0e8d6..01837f73c711 100644 --- a/games/waterCloset/waterCloset.SlackBuild +++ b/games/waterCloset/waterCloset.SlackBuild @@ -2,15 +2,16 @@ # Slackware build script for waterCloset # Written by Tim Dickson dickson.tim@googlemail.com -# (C) 2019 +# (C) 2019/20 # changelog # # 14/11/2019. version 0.9.2 first version for this script # fix doc dir for slackware defaults. +# 06/02/2020. version 1.0 first major "full" version. PRGNAM=waterCloset GITNAM=wc -VERSION=${VERSION:-0.9.2} +VERSION=${VERSION:-1.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -47,7 +48,7 @@ mkdir -p $TMP $PKG $OUTPUT cd $TMP rm -rf $PRGNAM-$VERSION tar xvf $CWD/$PRGNAM-$VERSION.src.tar.gz -cd $GITNAM-$VERSION +cd $PRGNAM-$VERSION chown -R root:root . find -L . \ \( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \ @@ -55,11 +56,6 @@ 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 {} \; -#fix hard-coded manual location -#sed -i "s_blobwars/man_blobwars-$VERSION/man_" data/titleWidgets - -#doc dir fixed for slackware and help display bug. -#note. the trailing / on the first make command is intentional. make make install DESTDIR=$PKG |