aboutsummaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorGravatar Peter Powell2015-06-14 18:20:47 +0100
committerGravatar Peter Powell2015-06-14 19:39:15 +0100
commit2ad8a6791bbc548dee4156eaf661612bea3d310f (patch)
treefd4f5d8c081d088f1c40be40e72e81773880ae00 /configure
parentMerge pull request #1043 from SaberUK/insp20+fix-caching (diff)
Fix system-wide installation of the data and log directories.
The existing method works fine when building with the default paths but breaks when you are doing a system-wide installation.
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index 103e072a5..68d03a29c 100755
--- a/configure
+++ b/configure
@@ -1008,7 +1008,7 @@ EOF
for my $var (qw(
CC SYSTEM BASE_DIR CONFIG_DIR MODULE_DIR BINARY_DIR BUILD_DIR DATA_DIR UID
- STARTSCRIPT DESTINATION SOCKETENGINE
+ STARTSCRIPT DESTINATION SOCKETENGINE LOG_DIR
)) {
s/\@$var\@/$config{$var}/g;
}