From 80c7857d7185371138fa519edada43ff7fc2e535 Mon Sep 17 00:00:00 2001 From: Bdale Garbee Date: Mon, 31 Aug 2009 15:31:35 -0600 Subject: [PATCH] oops, these builds are happening in subdirs, so we need the $(CURDIR) here --- debian/rules | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/debian/rules b/debian/rules index e3fbbd4..3c3305c 100755 --- a/debian/rules +++ b/debian/rules @@ -88,8 +88,8 @@ install: build-stamp dh_clean -k dh_installdirs - $(MAKE) -C build-simple install DESTDIR=debian/sudo - $(MAKE) -C build-ldap install DESTDIR=debian/sudo-ldap + $(MAKE) -C build-simple install DESTDIR=$(CURDIR)/debian/sudo + $(MAKE) -C build-ldap install DESTDIR=$(CURDIR)/debian/sudo-ldap # remove stuff we don't want rm -f debian/sudo/etc/sudoers \ -- 2.47.2