koha-cvs
[Top][All Lists]
Advanced

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

[Koha-cvs] CVS: koha buildrelease,1.4,1.5


From: Paul POULAIN
Subject: [Koha-cvs] CVS: koha buildrelease,1.4,1.5
Date: Mon, 14 Oct 2002 04:20:44 -0700

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

Modified Files:
        buildrelease 
Log Message:
moving .kohaautoconf file to kohadir => help in release build without being root

Index: buildrelease
===================================================================
RCS file: /cvsroot/koha/koha/buildrelease,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -r1.4 -r1.5
*** buildrelease        24 Sep 2002 12:56:02 -0000      1.4
--- buildrelease        14 Oct 2002 11:20:40 -0000      1.5
***************
*** 5,10 ****
  my $kohahtmldir="/koha/koha/koha-html/";
  
! if (-e "/root/.kohaautobuild.conf") {
!     open C, "/root/.kohaautobuild.conf";
      while (<C>) {
        chomp;
--- 5,10 ----
  my $kohahtmldir="/koha/koha/koha-html/";
  
! if (-e "$kohadir/.kohaautobuild.conf") {
!     open C, "$kohadir/.kohaautobuild.conf";
      while (<C>) {
        chomp;
***************
*** 45,49 ****
  }
  
! open (C, ">/root/.kohaautobuild.conf");
  print C qq|
  kohadir=$kohadir
--- 45,49 ----
  }
  
! open (C, "> $kohadir/.kohaautobuild.conf") || die "unable to create 
kohaautobuild file";
  print C qq|
  kohadir=$kohadir
***************
*** 216,221 ****
  system("mv $rootdir/intranet-cgi/README $rootdir");
  system("mv $rootdir/intranet-cgi/TODO $rootdir");
! system("mv $rootdir/intranet-cgi/installer.pl $rootdir"); 
! system("mv $rootdir/intranet-cgi/koha.upgrade $rootdir"); 
  chmod 0770, "$rootdir/installer.pl";
  chmod 0770, "$rootdir/koha.upgrade";
--- 216,221 ----
  system("mv $rootdir/intranet-cgi/README $rootdir");
  system("mv $rootdir/intranet-cgi/TODO $rootdir");
! system("mv $rootdir/intranet-cgi/installer.pl $rootdir");
! system("mv $rootdir/intranet-cgi/koha.upgrade $rootdir");
  chmod 0770, "$rootdir/installer.pl";
  chmod 0770, "$rootdir/koha.upgrade";




reply via email to

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