normalized bootstrap paths
This commit is contained in:
parent
86759f2c02
commit
9f282f6075
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue