diff options
Diffstat (limited to 'tools/Makefile')
-rw-r--r-- | tools/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
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 |