From 232e6423b66ecd84a5b9e26abf5068861e9f7890 Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Tue, 24 Jul 2001 22:58:36 +0000 Subject: everything should work now --- Makefile | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'Makefile') 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) -- cgit v1.2.1