diff options
| author | Ivan Kohler <ivan@freeside.biz> | 2015-03-05 17:30:46 -0800 |
|---|---|---|
| committer | Ivan Kohler <ivan@freeside.biz> | 2015-03-05 17:30:46 -0800 |
| commit | f34ac99a5e160d2eac4fb2cfecce820d1cf9b7ed (patch) | |
| tree | efb6c09646d61677fab7ac1d42bf14117a331dff /debian/rules | |
| parent | aaa1a91c209ec3547b2c62dc59af935649a62b58 (diff) | |
| parent | 0668c6afdce579dd202b12874bc0e9f1abe40ada (diff) | |
Merge branch 'master' of git.freeside.biz:/home/git/freeside
Diffstat (limited to 'debian/rules')
| -rwxr-xr-x | debian/rules | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/debian/rules b/debian/rules index 3754f8379..b50190424 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 |
