freebsd-ports/databases/neo4j/files/patch-bin_cypher-shell
Jonathan Anderson 56e01b03fc Update neo4j to v3.2.1.
Approved by:	crees
Differential Revision:	https://reviews.freebsd.org/D11446
2017-08-11 10:28:28 +00: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
}