diff options
author | B. Watson <yalhcru@gmail.com> | 2021-12-03 13:57:51 -0500 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2021-12-10 08:37:34 +0700 |
commit | 0c96872d44670f844cd5445b2ba147cd035cae9c (patch) | |
tree | 99e142b04fd0a4665ddc09b6b70fd4d49a39b258 /audio/xmms-mp4/xmms-mp4.SlackBuild | |
parent | 460e00674abf12adbad8f5d7183b5a11f1a441ed (diff) |
audio/xmms-mp4: Update URLS, README.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'audio/xmms-mp4/xmms-mp4.SlackBuild')
-rw-r--r-- | audio/xmms-mp4/xmms-mp4.SlackBuild | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/audio/xmms-mp4/xmms-mp4.SlackBuild b/audio/xmms-mp4/xmms-mp4.SlackBuild index 8af943dcc45f1..672262f37e39e 100644 --- a/audio/xmms-mp4/xmms-mp4.SlackBuild +++ b/audio/xmms-mp4/xmms-mp4.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 @@ -57,11 +54,8 @@ rm -rf ${PRGNAM}_$VERSION tar xvf $CWD/${PRGNAM}_$VERSION.tar.bz2 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 {} \+ # modern gcc doesn't allow a header to declare a static function when # the function isn't defined as static, fix. |