[Koha-cvs] CVS: koha/updater updatedatabase,1.4.2.24,1.4.2.25

Steve Tonnesen tonnesen at users.sourceforge.net
Tue Oct 29 21:22:48 CET 2002


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

Modified Files:
      Tag: rel-1-2
	updatedatabase 
Log Message:
buildrelease now puts the test scripts in $intranetdir/scripts/t/


Index: updatedatabase
===================================================================
RCS file: /cvsroot/koha/koha/updater/updatedatabase,v
retrieving revision 1.4.2.24
retrieving revision 1.4.2.25
diff -C2 -r1.4.2.24 -r1.4.2.25
*** updatedatabase	25 Oct 2002 18:52:47 -0000	1.4.2.24
--- updatedatabase	29 Oct 2002 20:22:43 -0000	1.4.2.25
***************
*** 17,27 ****
  
  BEGIN {
!     $::intranetdir=`grep intranetdir /etc/koha.conf`;
!     chomp $::intranetdir;
!     $::intranetdir=~s/\s*intranetdir\s*=\s*//i;
!     print "$::intranetdir\n";
  }
  
! use lib $::intranetdir."/modules";
  
  
--- 17,27 ----
  
  BEGIN {
!     $intranetdir=`grep intranetdir /etc/koha.conf`;
!     chomp $intranetdir;
!     $intranetdir=~s/\s*intranetdir\s*=\s*//i;
!     $::modulesdir=$intranetdir."/modules";
  }
  
! use lib $::modulesdir;
  
  
***************
*** 416,419 ****
--- 416,422 ----
  
  # $Log$
+ # Revision 1.4.2.25  2002/10/29 20:22:43  tonnesen
+ # buildrelease now puts the test scripts in $intranetdir/scripts/t/
+ #
  # Revision 1.4.2.24  2002/10/25 18:52:47  tonnesen
  # Moved bulkmracimport.pl to scripts directory (through buildrelease script)





More information about the Koha-cvs mailing list