From 2ad8a6791bbc548dee4156eaf661612bea3d310f Mon Sep 17 00:00:00 2001 From: Peter Powell Date: Sun, 14 Jun 2015 18:20:47 +0100 Subject: 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. --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure') 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; } -- cgit v1.2.3