From 240767799f981d5909ee485b0aa0b679d36f23a8 Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Wed, 28 Feb 2001 18:04:48 +0000 Subject: (install): update the misc progs --- tools/Makefile | 3 +++ 1 file changed, 3 insertions(+) (limited to 'tools') diff --git a/tools/Makefile b/tools/Makefile index 83392079c..89942d330 100644 --- a/tools/Makefile +++ b/tools/Makefile @@ -13,9 +13,12 @@ $(DIRS): make -C $@ install: + install -d $(ROOTDEST)/misc/auto install make_mdkinst_stage2 $(ROOTDEST)/misc cd /usr/bin ; install packdrake $(ROOTDEST)/misc || { echo "packdrake is missing"; exit 1; } cd /usr/bin ; install gendistrib rpm2header $(ROOTDEST)/misc || { echo "install rpmtools first!" ; exit 1; } + cd /usr/lib/perl5/site_perl/5.6.0/*-linux ; install packdrake.pm rpmtools.pm $(ROOTDEST)/misc || { echo "install rpmtools first!" ; exit 1; } + cd /usr/lib/perl5/site_perl/5.6.0/*-linux/auto ; cp -r rpmtools $(ROOTDEST)/misc/auto || { echo "install rpmtools first!" ; exit 1; } mkdir -p $(DEST)/usr/bin xhost+: %: %.c -- cgit v1.2.1