summaryrefslogtreecommitdiff
path: root/make/configure.pm
diff options
context:
space:
mode:
authorSadie Powell <sadie@witchery.services>2021-06-09 08:25:40 +0100
committerSadie Powell <sadie@witchery.services>2021-06-09 09:14:28 +0100
commit77d5b214fb803bda42733b75d2997978f74c43af (patch)
tree6432a3a86549d91ffd6bd516263c0eb90a6c960c /make/configure.pm
parente69ed249cbae253b592b79dbe2409709a9f9e16b (diff)
Fix uninstalling files on `make deinstall` and similar.
Diffstat (limited to 'make/configure.pm')
-rw-r--r--make/configure.pm1
1 files changed, 1 insertions, 0 deletions
diff --git a/make/configure.pm b/make/configure.pm
index ce3988c9b..908980d56 100644
--- a/make/configure.pm
+++ b/make/configure.pm
@@ -86,6 +86,7 @@ sub __get_template_settings($$$) {
# Miscellaneous information
$settings{CONFIGURE_DIRECTORY} = CONFIGURE_DIRECTORY;
$settings{CONFIGURE_CACHE_FILE} = CONFIGURE_CACHE_FILE;
+ $settings{SOURCE_DIR} = CONFIGURE_ROOT;
$settings{SYSTEM_NAME} = lc $^O;
return %settings;