summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2001-08-04 20:02:47 +0000
committerPascal Rigaux <pixel@mandriva.com>2001-08-04 20:02:47 +0000
commit696548ea56e7bc760f2b62bc31bab41c7e4a48eb (patch)
treefbb370f2b11a6b7140353f1f0035be5aa38ab1a9 /Makefile
parentc71919f150e72d13f693accf8d6d3b53f9af3838 (diff)
downloadperl_checker-696548ea56e7bc760f2b62bc31bab41c7e4a48eb.tar
perl_checker-696548ea56e7bc760f2b62bc31bab41c7e4a48eb.tar.gz
perl_checker-696548ea56e7bc760f2b62bc31bab41c7e4a48eb.tar.bz2
perl_checker-696548ea56e7bc760f2b62bc31bab41c7e4a48eb.tar.xz
perl_checker-696548ea56e7bc760f2b62bc31bab41c7e4a48eb.zip
take the local MDK/Common.pm, not the one installed on the system
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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)