diff options
author | Willy Sudiarto Raharjo <willysr@slackware-id.org> | 2013-11-06 22:44:11 +0700 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2013-11-09 01:34:39 -0600 |
commit | 62f76237747887710d688a3b7cacbf75f7ae8d83 (patch) | |
tree | 3673dcd038222626268047cae6d203a9410dc6a4 /perl/perl-DateTime/perl-DateTime.SlackBuild | |
parent | aa3b1f129426e70c05b78f16b3b811694bf89d26 (diff) | |
download | slackbuilds-62f76237747887710d688a3b7cacbf75f7ae8d83.tar.gz |
perl/perl-DateTime: Updated for version 1.03.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackware-id.org>
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'perl/perl-DateTime/perl-DateTime.SlackBuild')
-rw-r--r-- | perl/perl-DateTime/perl-DateTime.SlackBuild | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/perl/perl-DateTime/perl-DateTime.SlackBuild b/perl/perl-DateTime/perl-DateTime.SlackBuild index c04f489724..a5b678194e 100644 --- a/perl/perl-DateTime/perl-DateTime.SlackBuild +++ b/perl/perl-DateTime/perl-DateTime.SlackBuild @@ -26,7 +26,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=perl-DateTime -VERSION=${VERSION:-0.70} +VERSION=${VERSION:-1.03} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -68,11 +68,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 Build.PL \ prefix=/usr \ |