Skip to content

Commit 19839c3

Browse files
sjaenschVladimir Kotal
authored andcommitted
Properly set LOGGER_CONF_SOURCE for binary distributions
1 parent 7f1c3d9 commit 19839c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

OpenGrok

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,7 @@ DefaultInstanceConfiguration()
221221
else
222222
# Handle Binary Distributions
223223
OPENGROK_DISTRIBUTION_BASE="${SCRIPT_DIRECTORY}/../lib"
224-
LOGGER_CONF_SOURCE="${OPENGROK_DISTRIBUTION_BASE}/../doc/"
224+
LOGGER_CONF_SOURCE="${OPENGROK_DISTRIBUTION_BASE}/../doc/${LOGGER_CONFIG_FILE}"
225225
fi
226226
fi
227227

0 commit comments

Comments
 (0)