summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2002-07-09 10:27:12 +0000
committerPascal Rigaux <pixel@mandriva.com>2002-07-09 10:27:12 +0000
commit1b75e72986e264603cd54cf2d28ddbacbdb1c2d1 (patch)
tree8ad00fed524c847affd087cfe5328e93ae2eb085 /Makefile
parentf3fd6b5c2a6ba85cc6c301ac76a44a0cb981ae0a (diff)
downloadperl-MDK-Common-1b75e72986e264603cd54cf2d28ddbacbdb1c2d1.tar
perl-MDK-Common-1b75e72986e264603cd54cf2d28ddbacbdb1c2d1.tar.gz
perl-MDK-Common-1b75e72986e264603cd54cf2d28ddbacbdb1c2d1.tar.bz2
perl-MDK-Common-1b75e72986e264603cd54cf2d28ddbacbdb1c2d1.tar.xz
perl-MDK-Common-1b75e72986e264603cd54cf2d28ddbacbdb1c2d1.zip
adapt to vendorlib, cleanup
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/Makefile b/Makefile
index 8fbd289..05253a1 100644
--- a/Makefile
+++ b/Makefile
@@ -3,7 +3,7 @@ TAR = $(NAME).tar.bz2
PREFIX = /usr
BINDIR = $(PREFIX)/bin
-INSTALLSITEARCH = $(shell eval "`perl -V:installsitelib`"; echo $$installsitelib | sed 's,/usr,$(PREFIX),')
+INSTALLVENDORLIB = $(shell eval "`perl -V:installvendorlib`"; echo $$installvendorlib | sed 's,/usr,$(PREFIX),')
GENERATED = MDK/Common.pm index.html
@@ -23,10 +23,10 @@ clean:
find -name "*~" | xargs rm -rf
install: clean all
- install -d $(BINDIR) $(INSTALLSITEARCH)/MDK/Common
+ install -d $(BINDIR) $(INSTALLVENDORLIB)/MDK/Common
install perl_checker $(BINDIR)
- install -m 644 MDK/Common.pm $(INSTALLSITEARCH)/MDK
- install -m 644 MDK/Common/*.pm $(INSTALLSITEARCH)/MDK/Common
+ install -m 644 MDK/Common.pm $(INSTALLVENDORLIB)/MDK
+ install -m 644 MDK/Common/*.pm $(INSTALLVENDORLIB)/MDK/Common
rpm: update tar build commit