mirror of
https://github.com/webmin/webmin.git
synced 2026-02-03 14:13:29 +00:00
Fix modules check
This commit is contained in:
3
setup.pl
3
setup.pl
@@ -51,7 +51,6 @@ if ($ARGV[0]) {
|
||||
else {
|
||||
print "Installing Webmin in $wadir ...\n"
|
||||
}
|
||||
chdir($wadir);
|
||||
|
||||
# Work out perl library path
|
||||
$ENV{'PERLLIB'} = $wadir;
|
||||
@@ -67,6 +66,8 @@ if (!@allmods) {
|
||||
$allmods = join(" ", @allmods);
|
||||
print "\n";
|
||||
|
||||
chdir($wadir);
|
||||
|
||||
# Load package-defined variable overrides
|
||||
if (-r "$srcdir/setup-pre.pl") {
|
||||
require "$srcdir/setup-pre.pl";
|
||||
|
||||
Reference in New Issue
Block a user