From fb94e65991297cc48ba2eaa1cb2f37846992df77 Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Wed, 11 Apr 2001 01:03:13 +0000 Subject: in install, call install_any::check_prog to allow shadow progs which are fetched when needed via getFile --- perl-install/run_program.pm | 1 + 1 file changed, 1 insertion(+) (limited to 'perl-install') diff --git a/perl-install/run_program.pm b/perl-install/run_program.pm index 8f2f18051..2eb9e8a6f 100644 --- a/perl-install/run_program.pm +++ b/perl-install/run_program.pm @@ -25,6 +25,7 @@ sub rooted { return 1 if $root && $<; $root ? $root .= '/' : ($root = ''); + install_any::check_prog (ref $name ? $name->[0] : $name, $root) if $::isInstall; if (my $pid = fork) { waitpid $pid, 0; -- cgit v1.2.1