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
commit232e6423b66ecd84a5b9e26abf5068861e9f7890 (patch)
treee83fc0c553b673d3abecde65674e999c0d0b4757 /Makefile
parent0694b88d08b2b55576f1854e9ce78246fbb51a6a (diff)
downloadperl_checker-232e6423b66ecd84a5b9e26abf5068861e9f7890.tar
perl_checker-232e6423b66ecd84a5b9e26abf5068861e9f7890.tar.gz
perl_checker-232e6423b66ecd84a5b9e26abf5068861e9f7890.tar.bz2
perl_checker-232e6423b66ecd84a5b9e26abf5068861e9f7890.tar.xz
perl_checker-232e6423b66ecd84a5b9e26abf5068861e9f7890.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)