diff options
author | Willy Sudiarto Raharjo <willysr@slackware-id.org> | 2013-11-07 20:59:04 +0700 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2013-11-09 01:34:45 -0600 |
commit | 2c22e62913821a49530c3cba6f679ad99bc2bf8f (patch) | |
tree | 8cfca16f42592909e7c0e53b93864d2145cfe12c /perl | |
parent | 41d7af01309100a65d73341d610ada7b87619cef (diff) | |
download | slackbuilds-2c22e62913821a49530c3cba6f679ad99bc2bf8f.tar.gz |
perl/perl-Net-Jabber: Add PERL_MM_USE_DEFAULT=1 to make buildble
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackware-id.org>
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'perl')
-rw-r--r-- | perl/perl-Net-Jabber/perl-Net-Jabber.SlackBuild | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/perl/perl-Net-Jabber/perl-Net-Jabber.SlackBuild b/perl/perl-Net-Jabber/perl-Net-Jabber.SlackBuild index e61789781f..e5e654fb62 100644 --- a/perl/perl-Net-Jabber/perl-Net-Jabber.SlackBuild +++ b/perl/perl-Net-Jabber/perl-Net-Jabber.SlackBuild @@ -24,7 +24,7 @@ PRGNAM=perl-Net-Jabber VERSION=${VERSION:-2.0} -BUILD=${BUILD:-1} +BUILD=${BUILD:-2} TAG=${TAG:-_SBo} if [ -z "$ARCH" ]; then @@ -63,13 +63,13 @@ rm -rf Net-Jabber-$VERSION tar xvf $CWD/Net-Jabber-$VERSION.tar.gz cd Net-Jabber-$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 \ +PERL_MM_USE_DEFAULT=1 perl Makefile.PL \ PREFIX=/usr \ INSTALLDIRS=vendor \ INSTALLVENDORMAN3DIR=/usr/man/man3 |