diff options
author | B. Watson <yalhcru@gmail.com> | 2021-11-30 13:41:12 -0500 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2021-12-10 08:37:32 +0700 |
commit | daeae00db588e21024bbab108cfb9d63c803621a (patch) | |
tree | ae53fb38e16d6eb7aefd3df685bfe24fc8a6efda | |
parent | 8836fc665d33c24ecb53c5e78f497d9251a2ab8d (diff) |
audio/vocoder-ladspa: Remove template comment.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r-- | audio/vocoder-ladspa/vocoder-ladspa.SlackBuild | 10 | ||||
-rw-r--r-- | audio/vocoder-ladspa/vocoder-ladspa.info | 4 |
2 files changed, 4 insertions, 10 deletions
diff --git a/audio/vocoder-ladspa/vocoder-ladspa.SlackBuild b/audio/vocoder-ladspa/vocoder-ladspa.SlackBuild index 460b0538cbd9..851dcdbc0662 100644 --- a/audio/vocoder-ladspa/vocoder-ladspa.SlackBuild +++ b/audio/vocoder-ladspa/vocoder-ladspa.SlackBuild @@ -22,9 +22,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 @@ -59,11 +56,8 @@ rm -rf $SRCDIR-$VERSION tar xvf $CWD/$PRGNAM-$VERSION.tgz cd $SRCDIR-$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 {} \+ sed -i "s/-Werror//" Makefile diff --git a/audio/vocoder-ladspa/vocoder-ladspa.info b/audio/vocoder-ladspa/vocoder-ladspa.info index 9c488d8234f1..b2349e62c506 100644 --- a/audio/vocoder-ladspa/vocoder-ladspa.info +++ b/audio/vocoder-ladspa/vocoder-ladspa.info @@ -1,7 +1,7 @@ PRGNAM="vocoder-ladspa" VERSION="0.4" -HOMEPAGE="http://www.sirlab.de/linux/descr_vocoder.html" -DOWNLOAD="http://www.sirlab.de/linux/download/vocoder-ladspa-0.4.tgz" +HOMEPAGE="https://www.sirlab.de/linux/descr_vocoder.html" +DOWNLOAD="https://www.sirlab.de/linux/download/vocoder-ladspa-0.4.tgz" MD5SUM="c9a2a36666b8c22284ef1f5f1d24ced3" DOWNLOAD_x86_64="" MD5SUM_x86_64="" |