From 274f40653f48f47b71cb3b653f75727c6c2dc912 Mon Sep 17 00:00:00 2001 From: Matt Schatz Date: Sat, 21 Sep 2019 00:33:53 -0600 Subject: Update examples directory when paths are changed interactively. --- configure | 1 + 1 file changed, 1 insertion(+) (limited to 'configure') 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. -- cgit v1.2.3