From: Debian Janitor Date: Mon, 8 Jun 2020 19:03:10 +0000 (+0000) Subject: debian/rules: Avoid using $(PWD) variable. X-Git-Tag: archive/raspbian/4.14.0+80-gd101b417b7-1+rpi1^2~52 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=27b260bc783bef24ccec9e36e7404306ee381299;p=xen.git debian/rules: Avoid using $(PWD) variable. Fixes: lintian: debian-rules-should-not-use-pwd See-also: https://lintian.debian.org/tags/debian-rules-should-not-use-pwd.html --- diff --git a/debian/rules b/debian/rules index 6d0a0568b8..0d902c9ff8 100755 --- a/debian/rules +++ b/debian/rules @@ -128,7 +128,7 @@ export WGET=/bin/false GIT=/bin/false # Other build flags etc. -t=$(PWD)/debian/tmp +t=$(CURDIR)/debian/tmp dpkg_CFLAGS := $(shell $(dbmo) dpkg-buildflags --get CFLAGS) dpkg_CPPFLAGS := $(shell $(dbmo) dpkg-buildflags --get CPPFLAGS)