diff options
author | Andreas Voegele <andreas@andreasvoegele.com> | 2018-08-06 22:12:24 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2018-08-11 07:23:05 +0700 |
commit | 026e0871c361484e42dbe644d403bce750e00315 (patch) | |
tree | 0742a24875346ff0f0e039cccd79bea342bd6045 /perl/zef/zef.SlackBuild | |
parent | b48a3a905ae740a70db0e249bea2e44416d659ff (diff) | |
download | slackbuilds-026e0871c361484e42dbe644d403bce750e00315.tar.gz |
perl/zef: Updated for version 0.4.6.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'perl/zef/zef.SlackBuild')
-rw-r--r-- | perl/zef/zef.SlackBuild | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/perl/zef/zef.SlackBuild b/perl/zef/zef.SlackBuild index ecaa6e802b..b715ac73a7 100644 --- a/perl/zef/zef.SlackBuild +++ b/perl/zef/zef.SlackBuild @@ -17,7 +17,7 @@ # OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. PRGNAM=zef -VERSION=${VERSION:-0.4.5} +VERSION=${VERSION:-0.4.6} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -63,6 +63,10 @@ find -L . \ \( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \ -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \; +if [ "${MAKETEST:-no}" = "yes" ]; then + env PERL6LIB=lib prove -e perl6 +fi + RAKUDO_LOG_PRECOMP=1 \ RAKUDO_RERESOLVE_DEPENDENCIES=0 \ perl6-install-dist \ |