From 01762e8554ef4548239d468ee9d43bd75f57bbaa Mon Sep 17 00:00:00 2001 From: Patrick Spek Date: Thu, 7 Nov 2019 16:01:42 +0100 Subject: Revert changes to module-install.pl Linenoise fails to install for everyone, and this script may be the cause. To test this out, the easiest thing to do would be reverting this file, and see if things work fine now. --- tools/build/module-install.pl | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'tools/build/module-install.pl') diff --git a/tools/build/module-install.pl b/tools/build/module-install.pl index 0bd4cee..9f7e038 100644 --- a/tools/build/module-install.pl +++ b/tools/build/module-install.pl @@ -14,7 +14,9 @@ while (<>) { next if /^\s*(#|$)/; my ($module) = /(\S+)/; $exit ||= system $perl6bin, $zefbin, - '--force', '--/test', 'install', "./modules$path_sep$module"; + '--/build-depends', '--/test-depends', '--/depends', + '--/p6c', '--/metacpan', '--/cpan', + '--force', 'install', "./modules$path_sep$module"; } exit $exit; -- cgit v1.1