From 3882ea0cd2191ced18a0720519580f1dc0049693 Mon Sep 17 00:00:00 2001 From: Bdale Garbee Date: Tue, 15 Nov 2011 18:37:11 -0600 Subject: [PATCH] make sure directory exists first --- debian/rules | 1 + 1 file changed, 1 insertion(+) 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 %: -- 2.30.2