From: Bdale Garbee Date: Wed, 16 Nov 2011 00:40:19 +0000 (-0600) Subject: try using the directory we're already planning to use... X-Git-Tag: debian/1.12-2~2 X-Git-Url: https://git.gag.com/?a=commitdiff_plain;ds=sidebyside;h=3b8ac097503e32b9ee2ee75cada4f31441d1dd07;p=debian%2Fuaputl try using the directory we're already planning to use... --- diff --git a/debian/rules b/debian/rules index 8e5b79c..2ef0bf0 100755 --- a/debian/rules +++ b/debian/rules @@ -9,8 +9,7 @@ export DH_VERBOSE=1 override_dh_auto_build: - install -d $(CURDIR)/debian/tmp - INSTALLDIR=$(CURDIR)/debian/tmp dh_auto_build + INSTALLDIR=$(CURDIR)/debian/uaputl dh_auto_build %: dh $@