From 6f826b71c6721fb14832ec5adb2ef30fd7623e6b Mon Sep 17 00:00:00 2001 From: Thomas Goirand Date: Tue, 10 Feb 2015 16:27:38 +0100 Subject: [PATCH] Creates the dir before generating the config file. Rewritten-From: 6917f894f78bc89180652d7d512fecef3aa0bfc9 --- trusty/debian/rules | 1 + 1 file changed, 1 insertion(+) diff --git a/trusty/debian/rules b/trusty/debian/rules index c19d8120..1f857d2c 100755 --- a/trusty/debian/rules +++ b/trusty/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 \ -- 2.45.2