[Koha-cvs] CVS: koha installer.pl,1.8,1.9

Paul POULAIN tipaul at users.sourceforge.net
Fri Sep 6 18:43:21 CEST 2002


Update of /cvsroot/koha/koha
In directory usw-pr-cvs1:/tmp/cvs-serv25902

Modified Files:
	installer.pl 
Log Message:
adding mysql path for linux mandrake (which is /usr/bin/mysql)


Index: installer.pl
===================================================================
RCS file: /cvsroot/koha/koha/installer.pl,v
retrieving revision 1.8
retrieving revision 1.9
diff -C2 -r1.8 -r1.9
*** installer.pl	14 Aug 2002 18:12:51 -0000	1.8
--- installer.pl	6 Sep 2002 16:43:18 -0000	1.9
***************
*** 792,795 ****
--- 792,796 ----
  foreach my $mysql (qw(/usr/local/mysql
                        /opt/mysql
+ 		      /usr
  		      )) {
     if ( -d $mysql ) {





More information about the Koha-cvs mailing list