[Koha-patches] [PATCH] Bug #3036 Avoid command-line installer blocking on opensolaris plateform

Frederic Demians f.demians at tamil.fr
Fri Mar 13 20:47:25 CET 2009


Koha installation/upgrade on OpenSolaris 'seems' to work.
---
 Makefile.PL |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/Makefile.PL b/Makefile.PL
index 98c13ae..8a1bed7 100644
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -1415,7 +1415,7 @@ sub install {
     # installation and uninstallation targets.
 
 # If installation is on Win32, we need to do permissions different from *nix
-    if ( $^O =~ /darwin|linux|cygwin|freebsd/ ) { # this value needs to be verified for each platform and modified accordingly
+    if ( $^O =~ /darwin|linux|cygwin|freebsd|solaris/ ) { # this value needs to be verified for each platform and modified accordingly
 	    foreach my $key (sort keys %$target_directories) {
 		    $install .= qq(
 KOHA_INST_$key = blib/$key
-- 
1.5.6.5




More information about the Koha-patches mailing list