diff options
author | Willy Sudiarto Raharjo <willysr@slackware-id.org> | 2013-11-06 21:20:04 +0700 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2013-11-09 01:34:37 -0600 |
commit | 8cf2af9aec9076df8f5c1021aa6fa132f5fb93e1 (patch) | |
tree | 97fc12c843c1a06a0210d03ef0e7ee908782008d /perl/perl-Data-UUID/perl-Data-UUID.SlackBuild | |
parent | 00429df57d4dad85fe3a9c7d7817f93abc06bbfb (diff) |
perl/perl-Data-UUID: Updated for version 1.219.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackware-id.org>
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'perl/perl-Data-UUID/perl-Data-UUID.SlackBuild')
-rw-r--r-- | perl/perl-Data-UUID/perl-Data-UUID.SlackBuild | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/perl/perl-Data-UUID/perl-Data-UUID.SlackBuild b/perl/perl-Data-UUID/perl-Data-UUID.SlackBuild index 5be2b73e7c67..fc4fe6ab99d2 100644 --- a/perl/perl-Data-UUID/perl-Data-UUID.SlackBuild +++ b/perl/perl-Data-UUID/perl-Data-UUID.SlackBuild @@ -23,7 +23,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=perl-Data-UUID -VERSION=${VERSION:-1.218} +VERSION=${VERSION:-1.219} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -65,11 +65,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 \ PREFIX=/usr \ |