aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteve Mynott <steve.mynott@gmail.com>2016-11-29 20:45:19 +0000
committerSteve Mynott <steve.mynott@gmail.com>2017-01-21 11:49:43 +0000
commit84984bbf470f29934e21e6cc5181accbc4ccfeaf (patch)
treed006456bb2dff84dd60ba66e5297f662daf8a5d0
parentbdfd5e647715750f3ec0c3b8b88f41c228c263c9 (diff)
install zef not panda
-rw-r--r--tools/build/Makefile.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/build/Makefile.in b/tools/build/Makefile.in
index 52296d1..afda41b 100644
--- a/tools/build/Makefile.in
+++ b/tools/build/Makefile.in
@@ -61,8 +61,8 @@ modules-install-j: rakudo-install
modules-install-m: rakudo-install
@echo "== Installing modules for MoarVM"
- cd modules/panda && @path@ $(DESTDIR)$(PERL6_M_INSTALL) bootstrap.pl"
- @path@ $(PERL) tools/build/module-install.pl $(PERL6_M_INSTALL) $(DESTDIR)$(SITE_BIN_DIR)/panda-m $(MODULES)"
+ cd modules/zef && @path@ $(DESTDIR)$(PERL6_M_INSTALL) -Ilib bin/zef install ."
+ @path@ $(PERL) tools/build/module-install.pl $(PERL6_M_INSTALL) $(DESTDIR)$(SITE_BIN_DIR)/zef-m $(MODULES)"
modules-test: @backend_modules_test@
verbose-modules-test: @backend_modules_test@