From 696548ea56e7bc760f2b62bc31bab41c7e4a48eb Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Sat, 4 Aug 2001 20:02:47 +0000 Subject: take the local MDK/Common.pm, not the one installed on the system --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 9417e53..997b876 100644 --- a/Makefile +++ b/Makefile @@ -42,6 +42,6 @@ tar: clean build: cp -f ../$(TAR) $(RPM)/SOURCES - perl -MMDK::Common -pe 's/THEVERSION/$$MDK::Common::VERSION/' $(NAME).spec > $(RPM)/SPECS/$(NAME).spec + perl -I. -MMDK::Common -pe 's/THEVERSION/$$MDK::Common::VERSION/' $(NAME).spec > $(RPM)/SPECS/$(NAME).spec -rpm -ba $(RPM)/SPECS/$(NAME).spec rm -f ../$(TAR) -- cgit v1.2.1