normalized bootstrap paths

This commit is contained in:
Jaromil 2016-06-15 10:40:21 +02:00
parent 86759f2c02
commit 9f282f6075
1 changed files with 2 additions and 1 deletions

View File

@ -33,7 +33,8 @@ bootstrap() {
notice "Bootstrapping ::1 OS:: base" ${os}
bootstrap_tgz=$H/tmp/${os}-${arch}.tgz
bootstrap_tgz=$H/tmp/${name_default}_${arch}.tgz
strapdir=${workdir}/${name_default}_${arch}
if [[ -f $bootstrap_tgz ]]; then
notice "Using the existing bootstrap tarball found in ::1 tmpdir::" $H/tmp