From 52c3195bcfe558f9d9ca99e8a511d1c1f0b7ba0a Mon Sep 17 00:00:00 2001 From: Bdale Garbee Date: Tue, 15 Nov 2011 18:46:17 -0600 Subject: [PATCH] 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 --- debian/rules | 1 + 1 file changed, 1 insertion(+) 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 %: -- 2.30.2