aboutsummaryrefslogtreecommitdiff
path: root/skel/Configure.pl
diff options
context:
space:
mode:
Diffstat (limited to 'skel/Configure.pl')
-rw-r--r--skel/Configure.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/skel/Configure.pl b/skel/Configure.pl
index 3f08535..7dafab4 100644
--- a/skel/Configure.pl
+++ b/skel/Configure.pl
@@ -64,7 +64,7 @@ MAIN: {
my $gen_nqp = $options{'gen-nqp'};
# determine the version of NQP we want
- my ($nqp_want) = split(' ', slurp('tools/build/NQP_REVISION'));
+ my ($nqp_want) = split(' ', slurp('rakudo-2012.01/tools/build/NQP_REVISION'));
if (defined $gen_nqp) {
$with_nqp = gen_nqp($nqp_want, %options);