Bugzilla – Attachment 35947 Details for
Bug 13586
Makefile.PL mentions win32
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 13586: Remove the entire block
Bug-13586-Remove-the-entire-block.patch (text/plain), 1.39 KB, created by
Jonathan Druart
on 2015-02-16 15:34:54 UTC
(
hide
)
Description:
Bug 13586: Remove the entire block
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2015-02-16 15:34:54 UTC
Size:
1.39 KB
patch
obsolete
>From 5e2963f3976ba15d5767f81560067f6b94cce0a8 Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@biblibre.com> >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
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 13586
:
35318
|
35947
|
35948
|
36697
|
36698
|
36699
|
36907
|
36908
|
36909