summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--perl-install/run_program.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/run_program.pm b/perl-install/run_program.pm
index c62abcb07..6e92daf74 100644
--- a/perl-install/run_program.pm
+++ b/perl-install/run_program.pm
@@ -52,7 +52,7 @@ sub raw {
return 1 if $root && $<;
$root ? ($root .= '/') : ($root = '');
- if (!$root && !$::isStandalone) {
+ if (!$root && $::isInstall) {
require install_any;
install_any::check_prog($real_name) if $real_name !~ /\|/;
}