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

Steve Tonnesen tonnesen at users.sourceforge.net
Wed Jun 26 22:59:25 CEST 2002


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");





More information about the Koha-cvs mailing list