aboutsummaryrefslogtreecommitdiff
path: root/perl/perl-cairo/perl-cairo.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'perl/perl-cairo/perl-cairo.SlackBuild')
-rw-r--r--perl/perl-cairo/perl-cairo.SlackBuild8
1 files changed, 6 insertions, 2 deletions
diff --git a/perl/perl-cairo/perl-cairo.SlackBuild b/perl/perl-cairo/perl-cairo.SlackBuild
index 0767ae294f09..fd3d172f6506 100644
--- a/perl/perl-cairo/perl-cairo.SlackBuild
+++ b/perl/perl-cairo/perl-cairo.SlackBuild
@@ -24,7 +24,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=perl-cairo
-VERSION=${VERSION:-1.101}
+VERSION=${VERSION:-1.104}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -66,7 +66,11 @@ rm -rf $SRCNAM-$VERSION
tar xvf $CWD/$SRCNAM-$VERSION.tar.gz
cd $SRCNAM-$VERSION
chown -R root:root .
-chmod -R u+w,go+r-w,a-s .
+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 640 -o -perm 600 -o -perm 444 \
+ -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
perl Makefile.PL \
OPTIMIZE="$SLKCFLAGS" \