From: Bdale Garbee Date: Mon, 31 Aug 2009 21:31:35 +0000 (-0600) Subject: oops, these builds are happening in subdirs, so we need the $(CURDIR) here X-Git-Tag: debian/1.7.2p1-1~4 X-Git-Url: https://git.gag.com/?a=commitdiff_plain;h=80c7857d7185371138fa519edada43ff7fc2e535;p=debian%2Fsudo oops, these builds are happening in subdirs, so we need the $(CURDIR) here --- 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 \