From 5e2963f3976ba15d5767f81560067f6b94cce0a8 Mon Sep 17 00:00:00 2001 From: Jonathan Druart Date: Mon, 16 Feb 2015 16:28:51 +0100 Subject: [PATCH] Bug 13586: Remove the entire block Previous patch remove the condition but not the block tested. The entire block should be removed. --- Makefile.PL | 20 +------------------- 1 file changed, 1 insertion(+), 19 deletions(-) diff --git a/Makefile.PL b/Makefile.PL index 8a12f80..598e0ed 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -1473,25 +1473,7 @@ install :: all install_koha set_koha_ownership set_koha_permissions warn_koha_en unless exists $skip_directories->{$key}; } } - # We can attempt some creative things with command line utils such as CACLS which allows permission - - foreach my $key (sort keys %$target_directories) { - $install .= qq( -KOHA_INST_$key = blib/$key -KOHA_DEST_$key = $target_directories->{$key} -) unless exists $skip_directories->{$key}; - } - $install .= qq( -install :: all install_koha warn_koha_env_vars -\t\$(NOECHO) \$(NOOP) -); - $install .= "install_koha ::\n"; - $install .= "\t\$(MOD_INSTALL) \\\n"; - foreach my $key (sort keys %$target_directories) { - $install .= "\t\t\$(KOHA_INST_$key) \$(KOHA_DEST_$key) \\\n" - unless exists $skip_directories->{$key}; - } - + $install .= "\n"; $install .= "warn_koha_env_vars ::\n"; -- 2.1.0