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=81d7c6001b3b504dcf313d918b5ce508e25f20e1;p=openstack-build%2Fhorizon-build.git create apache2 dir Rewritten-From: 3ecafb353bf0dc443d2f6c466d49a1f2ff9d2931 --- diff --git a/trusty/debian/rules b/trusty/debian/rules index f8594b0..a36517d 100755 --- a/trusty/debian/rules +++ b/trusty/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