opnsense-ports/databases/neo4j/files/patch-bin_cypher-shell
Franco Fichtner f5d1e7df9a */*: sync with upstream
Taken from: HardenedBSD
2017-08-14 15:10:54 +02:00

11 lines
396 B
Text

--- bin/cypher-shell.orig 2017-07-04 01:59:39 UTC
+++ bin/cypher-shell
@@ -72,7 +72,7 @@ build_classpath() {
# Then try installation directory (prefix/bin and prefix/share/cypher-shell/lib)
if [[ -z "${JARPATH}" ]]; then
- APP_HOME="${APP_HOME}/../share/cypher-shell"
+ APP_HOME="${APP_HOME}/../neo4j/lib"
JARPATH="$(find "${APP_HOME}" -name "cypher-shell-all.jar" )"
fi
}