diff options
author | Attila Molnar <attilamolnar@hush.com> | 2015-06-15 22:00:24 +0200 |
---|---|---|
committer | Attila Molnar <attilamolnar@hush.com> | 2015-06-15 22:00:24 +0200 |
commit | 5d8fd0cf2c4053ef7aace0c6a41c326758237093 (patch) | |
tree | fd4f5d8c081d088f1c40be40e72e81773880ae00 /configure | |
parent | 10127b6540c6c30bdb1bfa4c0d4d4afe30c2f22e (diff) | |
parent | 2ad8a6791bbc548dee4156eaf661612bea3d310f (diff) |
Merge pull request #1060 from SaberUK/insp20+install
[2.0] Fix system-wide installation of the data and log directories.
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; } |