summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorMatt Schatz <genius3000@g3k.solutions>2019-09-21 00:33:53 -0600
committerP. Powell <petpow@saberuk.com>2019-10-20 20:30:24 +0100
commit274f40653f48f47b71cb3b653f75727c6c2dc912 (patch)
tree8e6ccfd8c701ec9ab155eb26ec6c1570f8fbd882 /configure
parent890f62bd87d9d974bb806000e59d56a9c3bd9947 (diff)
Update examples directory when paths are changed interactively.
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure b/configure
index 6d729292f..1c554b782 100755
--- a/configure
+++ b/configure
@@ -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.