aboutsummaryrefslogtreecommitdiff
path: root/skel/Configure.pl
diff options
context:
space:
mode:
authorpmichaud <pmichaud@pobox.com>2012-01-27 14:15:34 -0600
committerpmichaud <pmichaud@pobox.com>2012-01-27 14:15:34 -0600
commitb5588c2c0f511effe3197794217308c55c7a1491 (patch)
treef33c1aa13d0856ba03aaade7553e58a37d474b8d /skel/Configure.pl
parent1339c1502db79412159f607887082f61952d415e (diff)
Update Configure.pl and Makefile.in for new configuration.
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);