[Koha-cvs] CVS: koha buildrelease,1.1.2.19,1.1.2.20

Steve Tonnesen tonnesen at users.sourceforge.net
Fri Aug 16 22:53:25 CEST 2002


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

Modified Files:
      Tag: rel-1-2
	buildrelease 
Log Message:
Set all .pl scripts in intranet-cgi executable


Index: buildrelease
===================================================================
RCS file: /cvsroot/koha/koha/buildrelease,v
retrieving revision 1.1.2.19
retrieving revision 1.1.2.20
diff -C2 -r1.1.2.19 -r1.1.2.20
*** buildrelease	26 Jul 2002 13:46:50 -0000	1.1.2.19
--- buildrelease	16 Aug 2002 20:53:23 -0000	1.1.2.20
***************
*** 266,269 ****
--- 266,271 ----
  system("rm -rf $rootdir/intranet-cgi/t");
  
+ # Set all .pl scripts executable
+ system("find $rootdir/intranet-cgi -name '*.pl' -exec chmod a+x \\{\\} \\;"); 
  # Copy all CVS files to intranet-html and opac-html
  system("cp -a $kohahtmldir/intranet-html/* $rootdir/intranet-html");





More information about the Koha-cvs mailing list