mirror of
https://github.com/webmin/webmin.git
synced 2026-03-20 08:40:24 +00:00
/usr/bin/webmin should only be in webmin
This commit is contained in:
@@ -93,7 +93,9 @@ if ($< == 0) {
|
||||
}
|
||||
|
||||
# Create the link to webmin command
|
||||
system("ln -s /usr/share/$baseproduct/bin/webmin $bin_dir/webmin");
|
||||
if ($product eq "webmin") {
|
||||
system("ln -s /usr/share/$baseproduct/bin/webmin $bin_dir/webmin");
|
||||
}
|
||||
|
||||
# Create the control file
|
||||
$size = int(`du -sk $tmp_dir`);
|
||||
|
||||
Reference in New Issue
Block a user