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