build_style/raku-dist.sh: RAKULIB=lib

This commit is contained in:
Andy Weidenbaum 2020-05-17 22:24:06 +10:00 committed by Piraty
parent 95bbed741d
commit d4bf579cde

View file

@ -3,7 +3,7 @@
#
do_check() {
PERL6LIB=lib prove -r -e raku t/
RAKULIB=lib prove -r -e raku t/
}
do_install() {