summaryrefslogtreecommitdiffstats
path: root/tools/Makefile
diff options
context:
space:
mode:
authorFrancois Pons <fpons@mandriva.com>2002-07-26 09:48:39 +0000
committerFrancois Pons <fpons@mandriva.com>2002-07-26 09:48:39 +0000
commit74d79d121a6131b97c1e5e7f65def632ccff3fa2 (patch)
treeea2efbd22c3d371ac5dcb56210d1febc043045ae /tools/Makefile
parent381f87cf6aa42618d604746bd3ada6aa7389017d (diff)
downloaddrakx-backup-do-not-use-74d79d121a6131b97c1e5e7f65def632ccff3fa2.tar
drakx-backup-do-not-use-74d79d121a6131b97c1e5e7f65def632ccff3fa2.tar.gz
drakx-backup-do-not-use-74d79d121a6131b97c1e5e7f65def632ccff3fa2.tar.bz2
drakx-backup-do-not-use-74d79d121a6131b97c1e5e7f65def632ccff3fa2.tar.xz
drakx-backup-do-not-use-74d79d121a6131b97c1e5e7f65def632ccff3fa2.zip
fixed reference to rpmtools perl module.
Diffstat (limited to 'tools/Makefile')
-rw-r--r--tools/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/Makefile b/tools/Makefile
index ea9ceb50a..f689235a1 100644
--- a/tools/Makefile
+++ b/tools/Makefile
@@ -17,8 +17,8 @@ install:
@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; }
- @eval `perl -V:installvendorarch`; cd $$installvendorarch ; install packdrake.pm rpmtools.pm $(ROOTDEST)/misc || { echo "install rpmtools first!" ; exit 1; }
- @eval `perl -V:installvendorarch`; cd $$installvendorarch/auto ; cp -rf rpmtools $(ROOTDEST)/misc/auto || { echo "install rpmtools first!" ; exit 1; }
+ @eval `perl -V:installvendorarch`; cd $$installvendorarch ; cp -rf packdrake.pm URPM* $(ROOTDEST)/misc || { echo "install rpmtools and perl-URPM first!" ; exit 1; }
+ @eval `perl -V:installvendorarch`; cd $$installvendorarch/auto ; cp -rf URPM $(ROOTDEST)/misc/auto || { echo "install perl-URPM first!" ; exit 1; }
@mkdir -p $(DEST)/usr/bin
xhost+: %: %.c