mirror of
https://github.com/inspircd/inspircd.git
synced 2025-03-09 10:39:02 -04:00
Update examples directory when paths are changed interactively.
This commit is contained in:
parent
890f62bd87
commit
274f40653f
1
configure
vendored
1
configure
vendored
@ -323,6 +323,7 @@ if (prompt_bool $interactive, $question, 0) {
|
||||
$config{MANUAL_DIR} = prompt_dir $interactive, 'In what directory are manual pages to be placed?', $config{MANUAL_DIR};
|
||||
$config{MODULE_DIR} = prompt_dir $interactive, 'In what directory are modules to be placed?', $config{MODULE_DIR};
|
||||
$config{SCRIPT_DIR} = prompt_dir $interactive, 'In what directory are scripts to be placed?', $config{SCRIPT_DIR};
|
||||
$config{EXAMPLE_DIR} = $config{CONFIG_DIR} . '/examples';
|
||||
}
|
||||
|
||||
# Configure module settings.
|
||||
|
Loading…
x
Reference in New Issue
Block a user