Browse Source

Bug #3036 Avoid command-line installer blocking on opensolaris plateform

Koha installation/upgrade on OpenSolaris 'seems' to work.

Signed-off-by: Galen Charlton <galen.charlton@liblime.com>
3.2.x
Frederic Demians 15 years ago
committed by Galen Charlton
parent
commit
deba21330c
  1. 2
      Makefile.PL

2
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

Loading…
Cancel
Save