X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=debian%2Frules;h=348720f3c377ade0efb20567f3d6e21e8bc0e7fa;hb=192cd668319664ccd36f73b0a3d4c5ef28c2b23d;hp=3754f837909f4ff29b626b416cc818f6a401e020;hpb=9e77fe17c8a593f45ffd7df5b2611ae908c4345d;p=freeside.git diff --git a/debian/rules b/debian/rules index 3754f8379..348720f3c 100755 --- a/debian/rules +++ b/debian/rules @@ -129,6 +129,7 @@ install-stamp: build-stamp install -d $(FREESIDE_DOCUMENT_ROOT) install -d $(TMP)-webui/usr/local/etc/freeside/ + install -d $(TMP)-webui/etc/insserv/overrides/ install -d $(TMP)/usr/local/etc/freeside/ install -d $(FREESIDE_CACHE)/masondata #MASONDATA # install -d $(TMP)-lib/usr/bin @@ -172,6 +173,7 @@ install-stamp: build-stamp # Create Apache configurations install -d $(APACHE_CONF) $(MAKE) -e DESTDIR=$(APACHE_CONF) install-apache + install -o root -m 755 init.d/insserv-override-apache2 $(TMP)-webui/etc/insserv/overrides/apache2 #Hack the build dir out of apache config @@ -248,7 +250,7 @@ install-stamp: build-stamp install -d $(RT_PATH) install -d $(RT_PATH)/share - ( cd rt; $(MAKE) install ) + ( cd rt; $(MAKE) config-install dirs files-install fixperms instruct ) ##hack the build dir out of RT. yeah, sucky.