phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] CVS: packages conf,1.1.1.1,1.2


From: Luca - De Whiskey's - De Vitis <address@hidden>
Subject: [Phpgroupware-cvs] CVS: packages conf,1.1.1.1,1.2
Date: Tue, 25 Jun 2002 09:42:20 -0400

Update of /cvsroot/phpgroupware/packages
In directory subversions:/tmp/cvs-serv10190/packages

Modified Files:
        conf 
Log Message:
- Updated the PACKAGES default variable to list _all_ the packages formats.
- Added RELEASE_DIRECTORY and updated INSTALL_DIRECTORY default value.
- Moved SED to SEDN and added SED without the --silent option.


Index: conf
===================================================================
RCS file: /cvsroot/phpgroupware/packages/conf,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -C2 -r1.1.1.1 -r1.2
*** conf        24 Jun 2002 19:08:50 -0000      1.1.1.1
--- conf        25 Jun 2002 13:42:17 -0000      1.2
***************
*** 50,56 ****
  # Editable Variables: I'ts better to overwrite them from the command line.
  # 
-----------------------------------------------------------------------------
! PACKAGES = tar.gz tar.bz2 #deb rpm tgz slp
  BUILD_DIRECTORY = packages/.build
! INSTALL_DIRECTORY = /home/ftp/phpgroupware
  # 
-----------------------------------------------------------------------------
  
--- 50,57 ----
  # Editable Variables: I'ts better to overwrite them from the command line.
  # 
-----------------------------------------------------------------------------
! PACKAGES = tar.gz tar.bz2 deb rpm tgz slp
  BUILD_DIRECTORY = packages/.build
! RELEASE_DIRECTORY = /home/ftp/phpgroupware
! INSTALL_DIRECTORY = /var/www
  # 
-----------------------------------------------------------------------------
  
***************
*** 60,69 ****
  rm                  := $(shell which rm)
  mv                  := $(shell which mv)
  chmod               := $(shell which chmod)
  sed                 := $(shell which sed)
  gzip                := $(shell which gzip)
- bzip2               := $(shell which bzip2)
  tar                 := $(shell which tar)
  install             := $(shell which install)
  alien               := $(shell which alien)
  sgmltools           := $(shell which sgmltools)
--- 61,72 ----
  rm                  := $(shell which rm)
  mv                  := $(shell which mv)
+ cat                 := $(shell which cat)
  chmod               := $(shell which chmod)
  sed                 := $(shell which sed)
  gzip                := $(shell which gzip)
  tar                 := $(shell which tar)
  install             := $(shell which install)
+ find                := $(shell which find)
+ bzip2               := $(shell which bzip2)
  alien               := $(shell which alien)
  sgmltools           := $(shell which sgmltools)
***************
*** 75,79 ****
  MV                  = $(mv) --force --update
  CHMOD               = $(chmod) --silent
! SED                 = $(sed) --silent
  GZIP                = $(gzip) --best --stdout
  BZIP2               = $(bzip2) --best --stdout
--- 78,83 ----
  MV                  = $(mv) --force --update
  CHMOD               = $(chmod) --silent
! SED                 = $(sed)
! SEDN                = $(sed) --silent
  GZIP                = $(gzip) --best --stdout
  BZIP2               = $(bzip2) --best --stdout




reply via email to

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