From d4bf579cded3ebd1ad01e736534d81e92365d783 Mon Sep 17 00:00:00 2001 From: Andy Weidenbaum Date: Sun, 17 May 2020 22:24:06 +1000 Subject: [PATCH] build_style/raku-dist.sh: RAKULIB=lib --- common/build-style/raku-dist.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/build-style/raku-dist.sh b/common/build-style/raku-dist.sh index 5889b1a534..3b1f28d642 100644 --- a/common/build-style/raku-dist.sh +++ b/common/build-style/raku-dist.sh @@ -3,7 +3,7 @@ # do_check() { - PERL6LIB=lib prove -r -e raku t/ + RAKULIB=lib prove -r -e raku t/ } do_install() {