[go] Fix ${fdbdir} path definition in fdb-go-install.sh
This commit is contained in:
parent
19e1f79539
commit
6e035d2778
bindings/go
|
@ -167,7 +167,7 @@ else
|
||||||
|
|
||||||
if [[ "${status}" -eq 0 ]] ; then
|
if [[ "${status}" -eq 0 ]] ; then
|
||||||
destdir=$( cd "${destdir}" && pwd ) # Get absolute path of destination dir.
|
destdir=$( cd "${destdir}" && pwd ) # Get absolute path of destination dir.
|
||||||
fdbdir="${destdir}/foundation"
|
fdbdir="${destdir}/foundationdb"
|
||||||
|
|
||||||
if [[ ! -d "${destdir}" ]] ; then
|
if [[ ! -d "${destdir}" ]] ; then
|
||||||
cmd=("mkdir" "-p" "${destdir}")
|
cmd=("mkdir" "-p" "${destdir}")
|
||||||
|
|
Loading…
Reference in New Issue