From: Marco Varlese Date: Tue, 28 Nov 2017 13:50:45 +0000 (+0100) Subject: Using $(CURDIR) to fix the absolute path issue X-Git-Tag: v18.04-rc0~153 X-Git-Url: https://gerrit.fd.io/r/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F00%2F9600%2F2;p=vpp.git Using $(CURDIR) to fix the absolute path issue Change-Id: Ic26edd34a2980fc8cf34514433a7b7076660316e Signed-off-by: Marco Varlese --- diff --git a/extras/rpm/Makefile b/extras/rpm/Makefile index f4b63b6684c..4ec1e622616 100644 --- a/extras/rpm/Makefile +++ b/extras/rpm/Makefile @@ -44,7 +44,7 @@ RPM: mkdir -p RPMS SOURCES cp $(TARBALL) SOURCES/vpp-$(VERSION)-$(RELEASE).tar.xz rpmbuild -bb \ - --define "_topdir $(PWD)" \ + --define "_topdir $(CURDIR)" \ --define "_version $(VERSION)" \ --define "_release $(RELEASE)" \ vpp-suse.spec