[freeside-commits] freeside/debian rules,1.2,1.3
Ivan,,,
ivan at wavetail.420.am
Mon May 12 20:49:05 PDT 2008
Update of /home/cvs/cvsroot/freeside/debian
In directory wavetail.420.am:/tmp/cvs-serv30535/debian
Modified Files:
rules
Log Message:
better place for initial configuration to be stored and retreived from than the initial tarball...
Index: rules
===================================================================
RCS file: /home/cvs/cvsroot/freeside/debian/rules,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- rules 8 Apr 2008 05:49:11 -0000 1.2
+++ rules 13 May 2008 03:49:03 -0000 1.3
@@ -57,7 +57,7 @@
#specific to deb pkg, for purposes of saving off a permanent copy of default
#config for postinst and that sort of thing
-export DEFAULT_CONF = $(TMP)/usr/share/freeside/default_conf
+export DIST_CONF = $(TMP)/usr/share/freeside/default_conf
#XXX yuck. proper RT layout is entirely necessary
#this seems to infect way to much of RT with the build location, requiring
@@ -112,11 +112,12 @@
# debian/<package>-whatever.
( cd FS/ && $(MAKE) -e DESTDIR=$(TMP)-lib install )
+ #falase laziness w/install-perl-modules now
#install this for postinst later (no create-config)
- install -d $(DEFAULT_CONF)
+ install -d $(DIST_CONF)
#install conf/[a-z]* $(DEFAULT_CONF)
#CVS is not [a-z]
- install `ls -d conf/[a-z]* | grep -v CVS` $(DEFAULT_CONF)
+ install `ls -d conf/[a-z]* | grep -v CVS` $(DIST_CONF)
install -d $(FREESIDE_DOCUMENT_ROOT)
install -d $(FREESIDE_CACHE)/masondata #MASONDATA
More information about the freeside-commits
mailing list