From acb83c0ead506bca0a9558f95346c749b04fcccd Mon Sep 17 00:00:00 2001 From: Jonathan Druart Date: Mon, 16 Feb 2015 16:28:51 +0100 Subject: [PATCH] [PASSED QA] Bug 13586: Remove the entire block Previous patch remove the condition but not the block tested. The entire block should be removed. Signed-off-by: Larry Baerveldt Signed-off-by: Katrin Fischer --- Makefile.PL | 18 ------------------ 1 file changed, 18 deletions(-) diff --git a/Makefile.PL b/Makefile.PL index 4ace704..598e0ed 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -1473,24 +1473,6 @@ 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"; -- 1.9.1