From: Bdale Garbee Date: Wed, 16 Nov 2011 00:37:11 +0000 (-0600) Subject: make sure directory exists first X-Git-Tag: debian/1.12-2~3 X-Git-Url: https://git.gag.com/?p=debian%2Fuaputl;a=commitdiff_plain;h=3882ea0cd2191ced18a0720519580f1dc0049693 make sure directory exists first --- diff --git a/debian/rules b/debian/rules index 2eb4b2e..8e5b79c 100755 --- a/debian/rules +++ b/debian/rules @@ -9,6 +9,7 @@ export DH_VERBOSE=1 override_dh_auto_build: + install -d $(CURDIR)/debian/tmp INSTALLDIR=$(CURDIR)/debian/tmp dh_auto_build %: