]> review.fuel-infra Code Review - openstack-build/heat-build.git/commitdiff
Creates the dir before generating the config file.
authorThomas Goirand <thomas@goirand.fr>
Tue, 10 Feb 2015 15:27:38 +0000 (16:27 +0100)
committerThomas Goirand <thomas@goirand.fr>
Tue, 10 Feb 2015 15:27:38 +0000 (16:27 +0100)
Rewritten-From: 6917f894f78bc89180652d7d512fecef3aa0bfc9

trusty/debian/rules

index c19d81200119fd838950eb96c90c6253ebcf9934..1f857d2c6017cc202f1065b3bd8d52330003cbcc 100755 (executable)
@@ -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 \