From d10956f8f8a477129682b58e66a911dad350e2c7 Mon Sep 17 00:00:00 2001 From: parazyd Date: Mon, 30 Apr 2018 11:57:11 +0200 Subject: [PATCH] Don't clean qemu-arm if a blend is loaded upon postbuild(). --- lib/helpers | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/helpers b/lib/helpers index 18ef6f5..16c0776 100644 --- 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"