diff options
author | B. Watson <yalhcru@gmail.com> | 2021-08-29 12:34:38 -0400 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2021-10-13 00:51:52 +0700 |
commit | 45ae046000edbd3532bd27120026106062e0afa5 (patch) | |
tree | 2089c2546464edbf2a433a98293e409650f78543 | |
parent | ef21cc2e1d782f19d90bacb4f2e672522eb831d8 (diff) |
development/blassic: Remove template comment.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r-- | development/blassic/blassic.SlackBuild | 10 | ||||
-rw-r--r-- | development/blassic/blassic.info | 4 |
2 files changed, 4 insertions, 10 deletions
diff --git a/development/blassic/blassic.SlackBuild b/development/blassic/blassic.SlackBuild index f0ef038c0710..cf57aec3d9d3 100644 --- a/development/blassic/blassic.SlackBuild +++ b/development/blassic/blassic.SlackBuild @@ -32,9 +32,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 @@ -67,11 +64,8 @@ rm -rf $PRGNAM-$VERSION tar xvf $CWD/$PRGNAM-$VERSION.tgz 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 \ - \( -perm 666 -o -perm 664 -o -perm 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \ - -exec chmod 644 {} \; +find -L . -perm /111 -a \! -perm 755 -a -exec chmod 755 {} \+ -o \ + \! -perm /111 -a \! -perm 644 -a -exec chmod 644 {} \+ CFLAGS="$SLKCFLAGS" \ CXXFLAGS="$SLKCFLAGS -fpermissive" \ diff --git a/development/blassic/blassic.info b/development/blassic/blassic.info index f7996f9114fb..47c8fa1a349a 100644 --- a/development/blassic/blassic.info +++ b/development/blassic/blassic.info @@ -1,7 +1,7 @@ PRGNAM="blassic" VERSION="0.10.3" -HOMEPAGE="http://web.archive.org/web/20180320150223/http://blassic.net/" -DOWNLOAD="https://slackware.uk/~urchlay/src/blassic-0.10.3.tgz" +HOMEPAGE="https://blassic.net/" +DOWNLOAD="https://blassic.net/bin/blassic-0.10.3.tgz" MD5SUM="d9188387a84d2e5dd8b2cbef1704de3d" DOWNLOAD_x86_64="" MD5SUM_x86_64="" |