summaryrefslogtreecommitdiffstats
path: root/tools/Makefile
diff options
context:
space:
mode:
authorRafael Garcia-Suarez <rgarciasuarez@mandriva.org>2004-05-17 12:41:24 +0000
committerRafael Garcia-Suarez <rgarciasuarez@mandriva.org>2004-05-17 12:41:24 +0000
commit930b017e6149c6ccb112e138b269d244e838d9ab (patch)
tree76a0427b26551fa3e1bce0ed3d86be3a52062056 /tools/Makefile
parentb24915d8b79bb48983f71f87d6323190f23e9e7a (diff)
downloaddrakx-backup-do-not-use-930b017e6149c6ccb112e138b269d244e838d9ab.tar
drakx-backup-do-not-use-930b017e6149c6ccb112e138b269d244e838d9ab.tar.gz
drakx-backup-do-not-use-930b017e6149c6ccb112e138b269d244e838d9ab.tar.bz2
drakx-backup-do-not-use-930b017e6149c6ccb112e138b269d244e838d9ab.tar.xz
drakx-backup-do-not-use-930b017e6149c6ccb112e138b269d244e838d9ab.zip
Clean up perl version checking in the tools makefile.
Diffstat (limited to 'tools/Makefile')
-rw-r--r--tools/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/tools/Makefile b/tools/Makefile
index 77fe14016..38507bab1 100644
--- a/tools/Makefile
+++ b/tools/Makefile
@@ -24,9 +24,9 @@ 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:installvendorlib | sed s/5.8../5.8.3/`; cd $$installvendorlib ; cp -rf packdrake.pm $(ROOTDEST)/misc || { echo "install rpmtools first!" ; exit 1; }
- @eval `perl -V:installvendorarch | sed s/5.8../5.8.3/`; cd $$installvendorarch ; cp -rf URPM* $(ROOTDEST)/misc || { echo "install perl-URPM first!" ; exit 1; }
- @eval `perl -V:installvendorarch | sed s/5.8../5.8.3/`; cd $$installvendorarch/auto ; cp -rf URPM $(ROOTDEST)/misc/auto || { echo "install perl-URPM first!" ; exit 1; }
+ @eval `perl -V:installvendorlib`; cd $$installvendorlib ; cp -rf packdrake.pm $(ROOTDEST)/misc || { echo "install rpmtools first!" ; exit 1; }
+ @eval `perl -V:installvendorarch`; cd $$installvendorarch ; cp -rf URPM* $(ROOTDEST)/misc || { echo "install 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