http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13586
--- Comment #2 from Jonathan Druart <[email protected]> --- Comment on attachment 35318 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=35318 Bug 13586: Makefile.PL mentions win32 Review of attachment 35318: --> (http://bugs.koha-community.org/bugzilla3/page.cgi?id=splinter.html&bug=13586&attachment=35318) ----------------------------------------------------------------- ::: Makefile.PL @@ -1481,4 @@ > unless exists $skip_directories->{$key}; > } > } > - elsif ($^O eq 'MSWin32' ) { # On Win32, the install probably needs > to be done under the user account koha will be running as... What's done in this block should be removed too. -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
