diff options
author | B. Watson <yalhcru@gmail.com> | 2022-02-21 14:11:29 -0500 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2022-02-21 14:34:28 -0600 |
commit | e2b71b13f36dedb85e0fbfd96951b63d364321a9 (patch) | |
tree | 1e37a8ce1ecff3dae69b858ea0d093ccda512f9b /games/waterCloset | |
parent | 84bb26421c7d50b92fe406c8d310f4ffc46e13ca (diff) | |
download | slackbuilds-e2b71b13f36dedb85e0fbfd96951b63d364321a9.tar.gz |
games/waterCloset: Fix download URL.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Diffstat (limited to 'games/waterCloset')
-rw-r--r-- | games/waterCloset/waterCloset.SlackBuild | 11 | ||||
-rw-r--r-- | games/waterCloset/waterCloset.info | 2 |
2 files changed, 6 insertions, 7 deletions
diff --git a/games/waterCloset/waterCloset.SlackBuild b/games/waterCloset/waterCloset.SlackBuild index 12746df47e..41f4c28721 100644 --- a/games/waterCloset/waterCloset.SlackBuild +++ b/games/waterCloset/waterCloset.SlackBuild @@ -9,6 +9,8 @@ # fix doc dir for slackware defaults. # 06/02/2020. version 1.0 first major "full" version. +# 20220221 bkw: Modified by SlackBuilds.org: fix incorrect github URL. + cd $(dirname $0) ; CWD=$(pwd) PRGNAM=waterCloset @@ -26,9 +28,6 @@ if [ -z "$ARCH" ]; then esac fi -# If the variable PRINT_PACKAGE_NAME is set, then this script will report what -# the name of the created package would be, and then exit. This information -# could be useful to other scripts. if [ ! -z "${PRINT_PACKAGE_NAME}" ]; then echo "$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.$PKGTYPE" exit 0 @@ -57,14 +56,14 @@ rm -rf $PKG mkdir -p $TMP $PKG $OUTPUT cd $TMP rm -rf $PRGNAM-$VERSION -tar xvf $CWD/$PRGNAM-$VERSION.src.tar.gz +tar xvf $CWD/$PRGNAM-$VERSION.tar.gz cd $PRGNAM-$VERSION chown -R root:root . find -L . \ \( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \ - -o -perm 511 \) -exec chmod 755 {} \; -o \ + -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 {} \; + -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \+ make make install DESTDIR=$PKG diff --git a/games/waterCloset/waterCloset.info b/games/waterCloset/waterCloset.info index 5614988911..4f1d9993c4 100644 --- a/games/waterCloset/waterCloset.info +++ b/games/waterCloset/waterCloset.info @@ -1,7 +1,7 @@ PRGNAM="waterCloset" VERSION="1.0" HOMEPAGE="https://www.parallelrealities.co.uk/games/wc/" -DOWNLOAD="https://github.com/stephenjsweeney/wc/archive/v1.0/waterCloset-1.0.src.tar.gz" +DOWNLOAD="https://github.com/stephenjsweeney/wc/archive/v1.0/waterCloset-1.0.tar.gz" MD5SUM="1f3d4a94145be98484ed25c060314c8c" DOWNLOAD_x86_64="" MD5SUM_x86_64="" |