diff options
Diffstat (limited to 'perl/perl-Text-Quoted/perl-Text-Quoted.SlackBuild')
-rw-r--r-- | perl/perl-Text-Quoted/perl-Text-Quoted.SlackBuild | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/perl/perl-Text-Quoted/perl-Text-Quoted.SlackBuild b/perl/perl-Text-Quoted/perl-Text-Quoted.SlackBuild index 91ef0ce646..6597f28c08 100644 --- a/perl/perl-Text-Quoted/perl-Text-Quoted.SlackBuild +++ b/perl/perl-Text-Quoted/perl-Text-Quoted.SlackBuild @@ -28,7 +28,7 @@ # Build script for perl-Text-Quoted PRGNAM=perl-Text-Quoted -VERSION=2.06 +VERSION=${VERSION:-2.08} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -70,11 +70,11 @@ 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 {} \; perl Makefile.PL \ INSTALL_BASE="" \ |