[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Koha-cvs] CVS: koha buildrelease,1.1.2.9,1.1.2.10
From: |
Chris Cormack |
Subject: |
[Koha-cvs] CVS: koha buildrelease,1.1.2.9,1.1.2.10 |
Date: |
Wed, 26 Jun 2002 15:37:21 -0700 |
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";
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Koha-cvs] CVS: koha buildrelease,1.1.2.9,1.1.2.10,
Chris Cormack <=