tchanged default location of bootstrap tgz - 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 c61cbfca84c83cc9e6c8133f1e07d8daabba2a1c
DIR parent eac99dea105c41c3d7bee3fff2ceeef49e70d803
HTML Author: Jaromil <jaromil@dyne.org>
Date: Fri, 8 Jul 2016 19:23:00 +0200
changed default location of bootstrap tgz
Diffstat:
M zlibs/bootstrap | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
DIR diff --git a/zlibs/bootstrap b/zlibs/bootstrap
t@@ -33,7 +33,7 @@ bootstrap() {
notice "Bootstrapping ::1 OS:: base" ${os}
- bootstrap_tgz=$H/tmp/${name_default}_${arch}.tgz
+ bootstrap_tgz=$H/builds/${name_default}_${arch}.tgz
strapdir=${workdir}/${name_default}_${arch}
if [[ -f $bootstrap_tgz ]]; then