summaryrefslogtreecommitdiffstats
path: root/perl/zef/zef.SlackBuild
diff options
context:
space:
mode:
author Andreas Voegele2018-08-06 23:12:24 +0200
committer Willy Sudiarto Raharjo2018-08-11 02:23:05 +0200
commit026e0871c361484e42dbe644d403bce750e00315 (patch)
tree0742a24875346ff0f0e039cccd79bea342bd6045 /perl/zef/zef.SlackBuild
parentb48a3a905ae740a70db0e249bea2e44416d659ff (diff)
downloadslackbuilds-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.SlackBuild6
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 \