X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=debian%2Frules;h=d37dfd1c5621a4d40f9e4235ad0afbc5ab494378;hp=2d9b643a809f2cccc7542790fcc113b5cdb2ae0f;hb=7f5e32275a5a2674fd1d220cd651b222b9831476;hpb=207515697bfcc93b03227ea0b581b15cf89b1fbc diff --git a/debian/rules b/debian/rules index 2d9b643a8..d37dfd1c5 100755 --- a/debian/rules +++ b/debian/rules @@ -57,7 +57,7 @@ export FREESIDE_URL = http://$(HOSTNAME)/freeside/ #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 @@ install-stamp: build-stamp # debian/-whatever. ( cd FS/ && $(MAKE) -e DESTDIR=$(TMP)-lib install ) + #false 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