make sure directory exists first
authorBdale Garbee <bdale@gag.com>
Wed, 16 Nov 2011 00:37:11 +0000 (18:37 -0600)
committerBdale Garbee <bdale@gag.com>
Wed, 16 Nov 2011 00:37:11 +0000 (18:37 -0600)
debian/rules

index 2eb4b2ee66bcc55fe0cd3972e802cc26b897216f..8e5b79c8e77938471ffb8ed8aff5aeab3b88986a 100755 (executable)
@@ -9,6 +9,7 @@
 export DH_VERBOSE=1
 
 override_dh_auto_build:
+       install -d $(CURDIR)/debian/tmp
        INSTALLDIR=$(CURDIR)/debian/tmp dh_auto_build
 
 %: