]> review.fuel-infra Code Review - openstack-build/horizon-build.git/commitdiff
create apache2 dir
authorGhe Rivero <ghe@debian.org>
Thu, 1 Mar 2012 10:31:03 +0000 (11:31 +0100)
committerGhe Rivero <ghe@debian.org>
Thu, 1 Mar 2012 10:31:03 +0000 (11:31 +0100)
Rewritten-From: 3ecafb353bf0dc443d2f6c466d49a1f2ff9d2931

xenial/debian/rules

index f8594b0bbfbf07345511dc9dd0bf45c086d0e151..a36517dff6a19ab014dec46dda34d86ad8bac7d4 100755 (executable)
@@ -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