diff options
author | Willy Sudiarto Raharjo <willysr@slackware-id.org> | 2013-11-09 09:24:10 +0700 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2013-11-11 10:53:30 -0600 |
commit | 988a495e89244ba9ab56fde29368676af5e6f391 (patch) | |
tree | c473778fc9ad7ff4a421e8c59d945de3fec73092 /perl/perl-pango/perl-pango.SlackBuild | |
parent | b11b2b6ebdc15f450e1556437dcb10d0949363c4 (diff) | |
download | slackbuilds-988a495e89244ba9ab56fde29368676af5e6f391.tar.gz |
perl/perl-pango: Updated for version 1.224.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackware-id.org>
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'perl/perl-pango/perl-pango.SlackBuild')
-rw-r--r-- | perl/perl-pango/perl-pango.SlackBuild | 8 |
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" \ |