diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2001-07-24 22:58:36 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2001-07-24 22:58:36 +0000 |
commit | 72e28b71c097e4f2b17b031416790090cefb8263 (patch) | |
tree | 7d76b1106d53506122086b57a1cfda99af714fa0 /Makefile | |
parent | 5bef71a0c86613f95e154d08b5f8f0cc23226e27 (diff) | |
download | perl-MDK-Common-72e28b71c097e4f2b17b031416790090cefb8263.tar perl-MDK-Common-72e28b71c097e4f2b17b031416790090cefb8263.tar.gz perl-MDK-Common-72e28b71c097e4f2b17b031416790090cefb8263.tar.bz2 perl-MDK-Common-72e28b71c097e4f2b17b031416790090cefb8263.tar.xz perl-MDK-Common-72e28b71c097e4f2b17b031416790090cefb8263.zip |
everything should work now
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
@@ -12,9 +12,10 @@ clean: find -name "*~" | xargs rm -rf install: clean test - install -d $(BINDIR) $(INSTALLSITEARCH) + install -d $(BINDIR) $(INSTALLSITEARCH)/MDK/Common install perl_checker $(BINDIR) - cp -r MDK $(INSTALLSITEARCH) + install -m 644 MDK/Common.pm $(INSTALLSITEARCH)/MDK + install -m 644 MDK/Common/*.pm $(INSTALLSITEARCH)/MDK/Common rpm: update tar build commit @@ -31,5 +32,5 @@ tar: clean build: cp -f ../$(TAR) $(RPM)/SOURCES perl -MMDK::Common -pe 's/THEVERSION/$$MDK::Common::VERSION/' $(NAME).spec > $(RPM)/SPECS/$(NAME).spec - -rpm -ba $(NAME).spec + -rpm -ba $(RPM)/SPECS/$(NAME).spec rm -f ../$(TAR) |