From 9c4aa0968dc6dcaaf29cf64e51b06fb13bfaeda6 Mon Sep 17 00:00:00 2001 From: Bdale Garbee Date: Tue, 15 Nov 2011 18:32:36 -0600 Subject: [PATCH] fix broken use of ../.. in Makefile that impacts builds in some circumstances --- debian/rules | 3 +++ 1 file changed, 3 insertions(+) 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 $@ -- 2.30.2