summaryrefslogtreecommitdiffstats
path: root/perl/perl-MusicBrainz-DiscID/perl-MusicBrainz-DiscID.SlackBuild
diff options
context:
space:
mode:
author Willy Sudiarto Raharjo2013-11-07 14:42:16 +0100
committer Robby Workman2013-11-09 08:34:45 +0100
commit41d7af01309100a65d73341d610ada7b87619cef (patch)
tree0b5065482f2fedae4fd2fb40c80e3447c91a7aa3 /perl/perl-MusicBrainz-DiscID/perl-MusicBrainz-DiscID.SlackBuild
parent2585f3b5c001433f50226b7f600e1169ddeb5449 (diff)
downloadslackbuilds-41d7af01309100a65d73341d610ada7b87619cef.tar.gz
perl/perl-MusicBrainz-DiscID: Included pod encoding patch
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackware-id.org> Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'perl/perl-MusicBrainz-DiscID/perl-MusicBrainz-DiscID.SlackBuild')
-rw-r--r--perl/perl-MusicBrainz-DiscID/perl-MusicBrainz-DiscID.SlackBuild10
1 files changed, 6 insertions, 4 deletions
diff --git a/perl/perl-MusicBrainz-DiscID/perl-MusicBrainz-DiscID.SlackBuild b/perl/perl-MusicBrainz-DiscID/perl-MusicBrainz-DiscID.SlackBuild
index 081ec828f9..0c65fdf9bc 100644
--- a/perl/perl-MusicBrainz-DiscID/perl-MusicBrainz-DiscID.SlackBuild
+++ b/perl/perl-MusicBrainz-DiscID/perl-MusicBrainz-DiscID.SlackBuild
@@ -24,7 +24,7 @@
PRGNAM=perl-MusicBrainz-DiscID
VERSION=${VERSION:-0.03}
-BUILD=${BUILD:-1}
+BUILD=${BUILD:-2}
TAG=${TAG:-_SBo}
SRCNAM="$(printf $PRGNAM | cut -d- -f2-)"
@@ -65,11 +65,13 @@ rm -rf $SRCNAM-$VERSION
tar xvf $CWD/$SRCNAM-$VERSION.tar.gz
cd $SRCNAM-$VERSION
chown -R root:root .
-find . \
+find -L . \
\( -perm 777 -o -perm 775 -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 {} \;
+ \( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \
+ -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
+
+patch -p1 < $CWD/pod-encoding.patch
perl Build.PL \
prefix=/usr \