From: Bdale Garbee Date: Wed, 16 Nov 2011 00:46:17 +0000 (-0600) Subject: take the easy way out and just create the directory before trying to use it, X-Git-Tag: debian/1.12-2~1 X-Git-Url: https://git.gag.com/?p=debian%2Fuaputl;a=commitdiff_plain;h=52c3195bcfe558f9d9ca99e8a511d1c1f0b7ba0a;hp=3b8ac097503e32b9ee2ee75cada4f31441d1dd07 take the easy way out and just create the directory before trying to use it, noting that the real problem is that the makefile's default target tries to do both the build and the install .. but fixing that is harder, and it just doesn't seem to matter in this case --- diff --git a/debian/rules b/debian/rules index 2ef0bf0..0c3df26 100755 --- a/debian/rules +++ b/debian/rules @@ -9,6 +9,7 @@ export DH_VERBOSE=1 override_dh_auto_build: + install -d $(CURDIR)/debian/uaputl INSTALLDIR=$(CURDIR)/debian/uaputl dh_auto_build %: