From 8d7c8419a35ecf214d27073703e73119133453fc Mon Sep 17 00:00:00 2001 From: Frederic DEMIANS Date: Tue, 29 Jan 2008 12:37:21 -0600 Subject: [PATCH] Fix for bug #1806 Signed-off-by: Chris Cormack Signed-off-by: Joshua Ferraro --- Makefile.PL | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.PL b/Makefile.PL index 353f3dcf11..c1bfd2fa4a 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -1123,7 +1123,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/ ) { # this value needs to be verified for each platform and modified accordingly + if ( $^O =~ /darwin|linux|cygwin|freebsd/ ) { # 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.5