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.19,1.1.2.20


From: Steve Tonnesen
Subject: [Koha-cvs] CVS: koha buildrelease,1.1.2.19,1.1.2.20
Date: Fri, 16 Aug 2002 13:53:25 -0700

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




reply via email to

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