koha-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


From: Steve Tonnesen
Subject: [Koha-cvs] CVS: koha buildrelease,1.1.2.8,1.1.2.9
Date: Wed, 26 Jun 2002 13:59:25 -0700

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

Modified Files:
      Tag: rel-1-2
        buildrelease 
Log Message:
buildrelease will check for docs subdirectory in /root/docs/ and copy that to
the tarball.


Index: buildrelease
===================================================================
RCS file: /cvsroot/koha/koha/Attic/buildrelease,v
retrieving revision 1.1.2.8
retrieving revision 1.1.2.9
diff -C2 -r1.1.2.8 -r1.1.2.9
*** buildrelease        26 Jun 2002 20:00:19 -0000      1.1.2.8
--- buildrelease        26 Jun 2002 20:59:23 -0000      1.1.2.9
***************
*** 254,257 ****
--- 254,265 ----
  system("find $rootdir -name .#* -exec rm -rf \\{\\} \\; 2>/dev/null");
  
+ 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";
+     print "Press <ENTER> to continue...\n";
+     <STDIN>;
+ }
  
  chdir("/tmp");




reply via email to

[Prev in Thread] Current Thread [Next in Thread]