[Koha-cvs] CVS: koha buildrelease,1.1.2.9,1.1.2.10

Chris Cormack rangi at users.sourceforge.net
Thu Jun 27 00:37:21 CEST 2002


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

Modified Files:
      Tag: rel-1-2
	buildrelease 
Log Message:
Just adding a -r to the cp statement for the docs folder


Index: buildrelease
===================================================================
RCS file: /cvsroot/koha/koha/Attic/buildrelease,v
retrieving revision 1.1.2.9
retrieving revision 1.1.2.10
diff -C2 -r1.1.2.9 -r1.1.2.10
*** buildrelease	26 Jun 2002 20:59:23 -0000	1.1.2.9
--- buildrelease	26 Jun 2002 22:37:18 -0000	1.1.2.10
***************
*** 256,260 ****
  if (-e "/root/docs") {
      print "Copying docs folder from /root/docs...";
!     system("cp /root/docs/* $rootdir/docs/");
  } else {
      print "I would have copied the docs from from /root/docs, but I couldn't find it.\n";
--- 256,260 ----
  if (-e "/root/docs") {
      print "Copying docs folder from /root/docs...";
!     system("cp -r /root/docs/* $rootdir/docs/");
  } else {
      print "I would have copied the docs from from /root/docs, but I couldn't find it.\n";





More information about the Koha-cvs mailing list