From 00cd17e16ff429957a5adb2d463db953d0864eeb Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Fri, 3 Dec 2004 11:02:42 +0000 Subject: use the cute "perldoc -l" instead of perl -V:vendorlib which doesn't work when the module hasn't been rebuilt --- perl-install/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/perl-install/Makefile b/perl-install/Makefile index c4878b86d..b3703bad8 100644 --- a/perl-install/Makefile +++ b/perl-install/Makefile @@ -288,5 +288,5 @@ dont_run_directly_stage2: ln -sf runinstall2.sh $(DEST)/usr/bin/runinstall2 trace_stage2: - eval `perl -V:vendorlib`; install -m 644 -D $$vendorlib/Devel/Trace.pm $(DEST)$$vendorlib/Devel/Trace.pm - perl -pi -e 's|(#!/usr/bin/perl).*|$$1 -d:Trace|' $(DEST)/usr/bin/runinstall2 + f=`perldoc -l Devel::Trace`; install -m 644 -D $$f $(DEST)$$f + perl -pi -e 's|(#!/usr/bin/perl).*|$$1 -d:Trace|' $(DEST)/usr/bin/runinstall2 -- cgit v1.2.1