commit 9f282f6075fb1d0403ecfb8b9be9eef2b0faa067
parent 86759f2c02860391d41b78d364a861aa01cdfad0
Author: Jaromil <jaromil@dyne.org>
Date: Wed, 15 Jun 2016 10:40:21 +0200
normalized bootstrap paths
Diffstat:
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/zlibs/bootstrap b/zlibs/bootstrap
@@ -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