From a642f9268ec74234e0fa6eb902a8ba62b7f669b1 Mon Sep 17 00:00:00 2001 From: Yasumichi Akahoshi Date: Thu, 7 Feb 2013 02:11:51 +0900 Subject: [PATCH] add option to rpmbuild (define macro _sourcedir) --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 973e46a0..574cfee4 100644 --- a/Makefile +++ b/Makefile @@ -138,6 +138,7 @@ else --dbpath $(RPMROOT)/db \ --define "_topdir $(RPMROOT)" \ --define "_tmppath $(RPMROOT)/tmp" \ + --define "_sourcedir $(RPMROOT)/SOURCES" \ --define "_mandir /usr/share/man" -ba \ $(RPMROOT)/SPECS/$(JMRPMSPEC) touch stamp/latest-archive-modified -- 2.11.0