From a4fc7bb9505a3c297c078f0f98f8fafc039ee2f9 Mon Sep 17 00:00:00 2001 From: Moritz Lenz Date: Sat, 24 Jul 2010 23:38:01 +0200 Subject: fix stupid typo --- build/buildall.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'build/buildall.pl') 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(); -- cgit v1.1