From: Bdale Garbee Date: Wed, 16 Nov 2011 00:32:36 +0000 (-0600) Subject: fix broken use of ../.. in Makefile that impacts builds in some circumstances X-Git-Tag: debian/1.12-2~5 X-Git-Url: https://git.gag.com/?p=debian%2Fuaputl;a=commitdiff_plain;h=9c4aa0968dc6dcaaf29cf64e51b06fb13bfaeda6 fix broken use of ../.. in Makefile that impacts builds in some circumstances --- diff --git a/debian/rules b/debian/rules index b760bee..6caad82 100755 --- a/debian/rules +++ b/debian/rules @@ -9,5 +9,8 @@ # Uncomment this to turn on verbose mode. #export DH_VERBOSE=1 +override_dh_auto_build: + INSTALLDIR=$(CURDIR)/debian/tmp dh_auto_build + %: dh $@