From: Ghe Rivero Date: Thu, 1 Mar 2012 10:31:03 +0000 (+0100) Subject: create apache2 dir X-Git-Url: https://review.fuel-infra.org/gitweb?a=commitdiff_plain;h=f9301a288c9bc18721cce148bb045da2836b1b67;p=openstack-build%2Fhorizon-build.git create apache2 dir Rewritten-From: 3ecafb353bf0dc443d2f6c466d49a1f2ff9d2931 --- diff --git a/xenial/debian/rules b/xenial/debian/rules index f8594b0..a36517d 100755 --- a/xenial/debian/rules +++ b/xenial/debian/rules @@ -10,6 +10,7 @@ override_dh_auto_install: python setup.py install --root=$(CURDIR)/debian/tmp --no-compile -O0 --install-layout=deb install -d -m 755 $(CURDIR)/debian/tmp/usr/share/openstack-dashboard install -d -m 755 $(CURDIR)/debian/tmp/etc/openstack-dashboard + install -d -m 755 $(CURDIR)/debian/tmp/etc/apache2/conf.d cp -a $(CURDIR)/openstack_dashboard/ $(CURDIR)/debian/tmp/usr/share/openstack-dashboard/ cp -a $(CURDIR)/debian/dashboard.conf $(CURDIR)/debian/tmp/etc/apache2/conf.d