diff options
author | Peter Powell <petpow@saberuk.com> | 2015-06-14 18:20:47 +0100 |
---|---|---|
committer | Peter Powell <petpow@saberuk.com> | 2015-06-14 19:39:15 +0100 |
commit | 2ad8a6791bbc548dee4156eaf661612bea3d310f (patch) | |
tree | fd4f5d8c081d088f1c40be40e72e81773880ae00 /configure | |
parent | 10127b6540c6c30bdb1bfa4c0d4d4afe30c2f22e (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-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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; } |