From deba21330c9623f837876625ad4b973a8c975c9a Mon Sep 17 00:00:00 2001 From: Frederic Demians Date: Fri, 13 Mar 2009 20:47:25 +0100 Subject: [PATCH] Bug #3036 Avoid command-line installer blocking on opensolaris plateform Koha installation/upgrade on OpenSolaris 'seems' to work. Signed-off-by: Galen Charlton --- Makefile.PL | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.PL b/Makefile.PL index 98c13aea22..8a1bed734e 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 -- 2.39.2