From 81d7c6001b3b504dcf313d918b5ce508e25f20e1 Mon Sep 17 00:00:00 2001 From: Ghe Rivero Date: Thu, 1 Mar 2012 11:31:03 +0100 Subject: [PATCH] create apache2 dir Rewritten-From: 3ecafb353bf0dc443d2f6c466d49a1f2ff9d2931 --- trusty/debian/rules | 1 + 1 file changed, 1 insertion(+) 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 -- 2.45.2