[Koha-cvs] CVS: koha buildrelease,1.1.2.27,1.1.2.28

Steve Tonnesen tonnesen at users.sourceforge.net
Wed Jan 15 22:36:43 CET 2003


Update of /cvsroot/koha/koha
In directory sc8-pr-cvs1:/tmp/cvs-serv16094

Modified Files:
      Tag: rel-1-2
	buildrelease 
Log Message:
bug fix


Index: buildrelease
===================================================================
RCS file: /cvsroot/koha/koha/Attic/buildrelease,v
retrieving revision 1.1.2.27
retrieving revision 1.1.2.28
diff -C2 -r1.1.2.27 -r1.1.2.28
*** buildrelease	15 Jan 2003 18:20:54 -0000	1.1.2.27
--- buildrelease	15 Jan 2003 21:36:40 -0000	1.1.2.28
***************
*** 351,356 ****
  
  # Copy koha-tmpl files
! system("cp -a $kohatmpldir/opac-tmpl $rootdir/opac-html");
! system("cp -a $kohatmpldir/intranet-tmpl $rootdir/intranet-html");
  
  # Remove extraneous files from opac-html
--- 351,357 ----
  
  # Copy koha-tmpl files
! system("cp -a $kohatmpldir/opac-tmpl/* $rootdir/opac-html");
! system("cp -a $kohatmpldir/intranet-tmpl/* $rootdir/intranet-html");
! system("rm -rf $rootdir/intranet-cgi/koha-tmpl");
  
  # Remove extraneous files from opac-html





More information about the Koha-cvs mailing list