summaryrefslogtreecommitdiffstats
path: root/audio/vocoder-ladspa/vocoder-ladspa.SlackBuild
diff options
context:
space:
mode:
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
commitdaeae00db588e21024bbab108cfb9d63c803621a (patch)
treeae53fb38e16d6eb7aefd3df685bfe24fc8a6efda /audio/vocoder-ladspa/vocoder-ladspa.SlackBuild
parent8836fc665d33c24ecb53c5e78f497d9251a2ab8d (diff)
downloadslackbuilds-daeae00db588e21024bbab108cfb9d63c803621a.tar.gz
slackbuilds-daeae00db588e21024bbab108cfb9d63c803621a.tar.xz
audio/vocoder-ladspa: Remove template comment.
Signed-off-by: B. Watson <yalhcru@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'audio/vocoder-ladspa/vocoder-ladspa.SlackBuild')
-rw-r--r--audio/vocoder-ladspa/vocoder-ladspa.SlackBuild10
1 files changed, 2 insertions, 8 deletions
diff --git a/audio/vocoder-ladspa/vocoder-ladspa.SlackBuild b/audio/vocoder-ladspa/vocoder-ladspa.SlackBuild
index 460b0538cb..851dcdbc06 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