Don't clean qemu-arm if a blend is loaded upon postbuild().

This commit is contained in:
parazyd 2018-04-30 11:57:11 +02:00
parent 3955980068
commit d10956f8f8
No known key found for this signature in database
GPG Key ID: F0CB28FCF78637DE
1 changed files with 1 additions and 1 deletions

View File

@ -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"