summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2001-07-24 22:58:36 +0000
committerPascal Rigaux <pixel@mandriva.com>2001-07-24 22:58:36 +0000
commit72e28b71c097e4f2b17b031416790090cefb8263 (patch)
tree7d76b1106d53506122086b57a1cfda99af714fa0 /Makefile
parent5bef71a0c86613f95e154d08b5f8f0cc23226e27 (diff)
downloadperl-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--Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index fec205a..828ad81 100644
--- a/Makefile
+++ b/Makefile
@@ -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)