http://bugs.koha.org/cgi-bin/bugzilla/show_bug.cgi?id=3036 Summary: add solaris as a platform in Makefile.PL Product: Koha Version: unspecified Platform: PC OS/Version: SunOS Status: NEW Severity: normal Priority: P3 Component: Installation (command-line installer) AssignedTo: galen.charlton@liblime.com ReportedBy: ghenry@cmi.univ-mrs.fr QAContact: koha-bugs@lists.koha.org please add: -bash-3.2$ diff Makefile.PL-dist Makefile.PL 1400c1400,1401 < 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
to take opensolaris into account, thanks ------- You are receiving this mail because: ------- You are the QA contact for the bug, or are watching the QA contact.