diff options
author | Willy Sudiarto Raharjo <willysr@slackware-id.org> | 2013-11-07 21:09:07 +0700 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2013-11-09 01:34:45 -0600 |
commit | 79a57dfb489066b5422b23503a126085dc0296ef (patch) | |
tree | e199f4122c7fad44e85c4578fd0c67b25415a04a /perl/perl-Net-LDAP/perl-Net-LDAP.SlackBuild | |
parent | 2c22e62913821a49530c3cba6f679ad99bc2bf8f (diff) |
perl/perl-Net-LDAP: Updated for version 0.57.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackware-id.org>
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'perl/perl-Net-LDAP/perl-Net-LDAP.SlackBuild')
-rw-r--r-- | perl/perl-Net-LDAP/perl-Net-LDAP.SlackBuild | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/perl/perl-Net-LDAP/perl-Net-LDAP.SlackBuild b/perl/perl-Net-LDAP/perl-Net-LDAP.SlackBuild index f21470f94f693..0df79a59b1052 100644 --- a/perl/perl-Net-LDAP/perl-Net-LDAP.SlackBuild +++ b/perl/perl-Net-LDAP/perl-Net-LDAP.SlackBuild @@ -23,7 +23,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=perl-Net-LDAP -VERSION=${VERSION:-0.53} +VERSION=${VERSION:-0.57} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -49,11 +49,11 @@ rm -rf perl-ldap-$VERSION tar xvf $CWD/perl-ldap-$VERSION.tar.gz cd perl-ldap-$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 \ |