tnormalized bootstrap paths - libdevuansdk - common library for devuan's simple distro kits
HTML git clone https://git.parazyd.org/libdevuansdk
DIR Log
DIR Files
DIR Refs
DIR Submodules
DIR README
DIR LICENSE
---
DIR commit 9f282f6075fb1d0403ecfb8b9be9eef2b0faa067
DIR parent 86759f2c02860391d41b78d364a861aa01cdfad0
HTML Author: Jaromil <jaromil@dyne.org>
Date: Wed, 15 Jun 2016 10:40:21 +0200
normalized bootstrap paths
Diffstat:
M zlibs/bootstrap | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
---
DIR diff --git a/zlibs/bootstrap b/zlibs/bootstrap
t@@ -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