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 | dcd39eb77e6f6f238783ce29a75e39d15e8b8cd9 (patch) | |
tree | 0212bccc157e5af0b1cb1ba64bfc192b5781a490 /Makefile | |
parent | 0044e936f2e06a9f0843486b602f67f7cb6ccc2c (diff) | |
download | perl-MDK-Common-dcd39eb77e6f6f238783ce29a75e39d15e8b8cd9.tar perl-MDK-Common-dcd39eb77e6f6f238783ce29a75e39d15e8b8cd9.tar.gz perl-MDK-Common-dcd39eb77e6f6f238783ce29a75e39d15e8b8cd9.tar.bz2 perl-MDK-Common-dcd39eb77e6f6f238783ce29a75e39d15e8b8cd9.tar.xz perl-MDK-Common-dcd39eb77e6f6f238783ce29a75e39d15e8b8cd9.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) |