make sure directory exists first
[debian/uaputl] / 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
 
 %: