commit d10956f8f8a477129682b58e66a911dad350e2c7
parent 39559800684652340bf11bb7f4d94d31004e4e40
Author: parazyd <parazyd@dyne.org>
Date: Mon, 30 Apr 2018 11:57:11 +0200
Don't clean qemu-arm if a blend is loaded upon postbuild().
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/lib/helpers b/lib/helpers
@@ -140,7 +140,7 @@ updatedb
EOF
chroot-script -d postbuild || zerr
- sudo rm -f \
+ [[ -n "$BLEND" ]] || sudo rm -f \
"$strapdir/$armel_qemu_bin" \
"$strapdir/$armhf_qemu_bin" \
"$strapdir/$arm64_qemu_bin"