diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2001-08-04 20:02:47 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2001-08-04 20:02:47 +0000 |
commit | 696548ea56e7bc760f2b62bc31bab41c7e4a48eb (patch) | |
tree | fbb370f2b11a6b7140353f1f0035be5aa38ab1a9 /Makefile | |
parent | c71919f150e72d13f693accf8d6d3b53f9af3838 (diff) | |
download | perl_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-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) |