From: Thomas Goirand Date: Tue, 10 Feb 2015 15:27:38 +0000 (+0100) Subject: Creates the dir before generating the config file. X-Git-Url: https://review.fuel-infra.org/gitweb?a=commitdiff_plain;h=ee3987fe4da89c86ca9d0ed8c834f3d7cb1c59ce;p=openstack-build%2Fheat-build.git Creates the dir before generating the config file. Rewritten-From: 6917f894f78bc89180652d7d512fecef3aa0bfc9 --- diff --git a/xenial/debian/rules b/xenial/debian/rules index c19d8120..1f857d2c 100755 --- a/xenial/debian/rules +++ b/xenial/debian/rules @@ -33,6 +33,7 @@ override_dh_clean: rm -f debian/*.init debian/*.service debian/*.upstart override_dh_install: + mkdir -p $(CURDIR)/debian/heat-common/usr/share/heat-common oslo-config-generator \ --namespace heat.common.config \ --namespace heat.common.crypt \