diff options
author | B. Watson <yalhcru@gmail.com> | 2021-12-03 14:36:54 -0500 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2021-12-10 08:37:34 +0700 |
commit | 02ab76d51af3663246d8ba932298c2552840e368 (patch) | |
tree | 0315c7c085fe2b91b6bfe03e1bbf4081f84fb740 /audio | |
parent | 0c96872d44670f844cd5445b2ba147cd035cae9c (diff) |
audio/xmms-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')
-rw-r--r-- | audio/xmms-ladspa/xmms-ladspa.SlackBuild | 10 | ||||
-rw-r--r-- | audio/xmms-ladspa/xmms-ladspa.info | 4 |
2 files changed, 4 insertions, 10 deletions
diff --git a/audio/xmms-ladspa/xmms-ladspa.SlackBuild b/audio/xmms-ladspa/xmms-ladspa.SlackBuild index 51ba67ff0115..20c8b59d2bce 100644 --- a/audio/xmms-ladspa/xmms-ladspa.SlackBuild +++ b/audio/xmms-ladspa/xmms-ladspa.SlackBuild @@ -34,9 +34,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 @@ -71,11 +68,8 @@ rm -rf $SRCNAM-$VERSION tar xvf $CWD/$SRCNAM-$VERSION.tar.gz cd $SRCNAM-$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 640 -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 {} \+ # Dirty hack alert: guitarix's plugins cause xmms to segfault when trying # to configure the ladspa plugins. diff --git a/audio/xmms-ladspa/xmms-ladspa.info b/audio/xmms-ladspa/xmms-ladspa.info index 65bb06381bef..19028619a29a 100644 --- a/audio/xmms-ladspa/xmms-ladspa.info +++ b/audio/xmms-ladspa/xmms-ladspa.info @@ -1,7 +1,7 @@ PRGNAM="xmms-ladspa" VERSION="1.1" -HOMEPAGE="http://devel.tlrmx.org/audio/" -DOWNLOAD="http://devel.tlrmx.org/audio/source/xmms_ladspa-1.1.tar.gz" +HOMEPAGE="https://devel.tlrmx.org/audio/" +DOWNLOAD="https://devel.tlrmx.org/audio/source/xmms_ladspa-1.1.tar.gz" MD5SUM="5f14d62145188d38008c4e30194916e6" DOWNLOAD_x86_64="" MD5SUM_x86_64="" |