From 72c442526d8d358ee9ea03cdf76b6dd5bb30b4c9 Mon Sep 17 00:00:00 2001 From: Steve Mynott Date: Tue, 29 Nov 2016 20:46:43 +0000 Subject: args for zef --- tools/build/module-install.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/build/module-install.pl b/tools/build/module-install.pl index 6ee6808..e778d9f 100644 --- a/tools/build/module-install.pl +++ b/tools/build/module-install.pl @@ -13,7 +13,7 @@ $path_sep = "\\" if ( $^O eq 'MSWin32' ); while (<>) { next if /^\s*(#|$)/; my ($module) = /(\S+)/; - $exit ||= system $perl6bin, $pandabin, '--force', '--nodeps', "install", "modules$path_sep$module"; + $exit ||= system $perl6bin, $pandabin, '--force', '--/depends', "install", "./modules$path_sep$module"; } exit $exit; -- cgit v1.1