aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--build/buildall.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/build/buildall.pl b/build/buildall.pl
index c1a7a39..697c177 100644
--- a/build/buildall.pl
+++ b/build/buildall.pl
@@ -14,7 +14,7 @@ if ($inst_path =~ /\s/) {
chdir('rakudo') or die "Can't chdir to rakudo: $!";
print "Building parrot and Rakudo...\n";
-system($^X, 'Configure.pl', '--gen-parrot', "--gen-parrot-refix=$inst_path") == 0
+system($^X, 'Configure.pl', '--gen-parrot', "--gen-parrot-prefix=$inst_path") == 0
or die "Can't run $^x Configure.pl ($?): $!";
my %config = read_parrot_config();