ports/lang/rakudo/patches/patch-Configure_pl

12 lines
423 B
Text

Index: Configure.pl
--- Configure.pl.orig
+++ Configure.pl
@@ -13,7 +13,7 @@ use FindBin;
BEGIN {
# Download / Update submodules
- my $set_config = !qx{git config rakudo.initialized};
+ my $set_config = 0; # !qx{git config rakudo.initialized};
if ( !-e '3rdparty/nqp-configure/LICENSE' ) {
my $code = system($^X, 'tools/build/update-submodules.pl', Cwd::cwd(), @ARGV);
exit 1 if $code;