[go] Fix ${fdbdir} path definition in fdb-go-install.sh

This commit is contained in:
Seshadri Mahalingam 2018-04-24 21:58:15 -07:00
parent 19e1f79539
commit 6e035d2778
1 changed files with 1 additions and 1 deletions

View File

@ -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}")