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
commitdcd39eb77e6f6f238783ce29a75e39d15e8b8cd9 (patch)
tree0212bccc157e5af0b1cb1ba64bfc192b5781a490 /Makefile
parent0044e936f2e06a9f0843486b602f67f7cb6ccc2c (diff)
downloadperl-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--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)