From 84984bbf470f29934e21e6cc5181accbc4ccfeaf Mon Sep 17 00:00:00 2001 From: Steve Mynott Date: Tue, 29 Nov 2016 20:45:19 +0000 Subject: install zef not panda --- tools/build/Makefile.in | 4 ++-- 1 file 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@ -- cgit v1.1