Update examples directory when paths are changed interactively.

This commit is contained in:
Matt Schatz 2019-09-21 00:33:53 -06:00 committed by P. Powell
parent 890f62bd87
commit 274f40653f

1
configure vendored
View File

@ -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.