ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/i-scream/projects/cms/source/server/Config2.inc
(Generate patch)

Comparing projects/cms/source/server/Config2.inc (file contents):
Revision 1.33 by tdb, Wed Feb 5 16:43:44 2003 UTC vs.
Revision 1.35 by tdb, Wed Feb 5 22:17:56 2003 UTC

# Line 15 | Line 15 | CVS = `if test -x /usr/bin/cvs; then echo /usr/bin/cvs
15   # and the same for cvs2cl
16   CVS2CL = `if test -x /usr/bin/cvs2cl; then echo /usr/bin/cvs2cl; else if test -x /usr/local/bin/cvs2cl; then echo /usr/local/bin/cvs2cl; else echo cvs2cl; fi fi`
17   # and flags for cvs2cl
18 < CVS2CLFLAGS = --stdout -r -t -w -S -g "-d $(CVSROOT)" -g "-q"
18 > CVS2CLFLAGS = --stdout --no-wrap -r -t -w -S -g "-d $(CVSROOT)" -g "-q"
19  
20   # and the same for gpg
21   GPG = `if test -x /usr/bin/gpg; then echo /usr/bin/gpg; else if test -x /usr/local/bin/gpg; then echo /usr/local/bin/gpg; else echo gpg; fi fi`
# Line 111 | Line 111 | SRCFILES = Config2.inc Makefile Makefile.inc README bu
111  
112   # User configurable options - defaults
113   dest = $(BUILD)
114 < prefix = /usr/local/$(DISTNAME)
114 > prefix = /opt/$(DISTNAME)-$(VERSION)
115  
116   # Install Prefix
117 < INSTALL = $(prefix)
117 > INSTALLPREFIX = $(prefix)
118   DISTDEST = $(dest)
119  
120   # Archive extensions

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines