mirror of
https://github.com/inspircd/inspircd.git
synced 2025-03-09 10:39:02 -04:00
Install into /usr/bin instead of /usr/sbin.
We discourage users from running as root so installing into sbin on system-wide installs doesn't make sense anyway.
This commit is contained in:
parent
e8f7582340
commit
b39e038743
2
configure
vendored
2
configure
vendored
@ -217,7 +217,7 @@ if (defined $opt_portable) {
|
||||
$config{SCRIPT_DIR} = $opt_script_dir // $config{BASE_DIR};
|
||||
} elsif (defined $opt_system) {
|
||||
$config{BASE_DIR} = $opt_prefix // '/';
|
||||
$config{BINARY_DIR} = $opt_binary_dir // catdir $config{BASE_DIR}, 'usr/sbin';
|
||||
$config{BINARY_DIR} = $opt_binary_dir // catdir $config{BASE_DIR}, 'usr/bin';
|
||||
$config{CONFIG_DIR} = $opt_config_dir // catdir $config{BASE_DIR}, 'etc/inspircd';
|
||||
$config{DATA_DIR} = $opt_data_dir // catdir $config{BASE_DIR}, 'var/lib/inspircd';
|
||||
$config{EXAMPLE_DIR} = $opt_example_dir // catdir $config{BASE_DIR}, 'usr/share/doc/inspircd';
|
||||
|
Loading…
x
Reference in New Issue
Block a user