summaryrefslogtreecommitdiffstats
path: root/perl/perl-pango/perl-pango.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'perl/perl-pango/perl-pango.SlackBuild')
-rw-r--r--perl/perl-pango/perl-pango.SlackBuild8
1 files changed, 6 insertions, 2 deletions
diff --git a/perl/perl-pango/perl-pango.SlackBuild b/perl/perl-pango/perl-pango.SlackBuild
index 1b2de5b5ca..e305f3817d 100644
--- a/perl/perl-pango/perl-pango.SlackBuild
+++ b/perl/perl-pango/perl-pango.SlackBuild
@@ -23,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=perl-pango
-VERSION=${VERSION:-1.223}
+VERSION=${VERSION:-1.224}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -65,7 +65,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" \