mirror of https://github.com/parazyd/arm-sdk.git
Don't clean qemu-arm if a blend is loaded upon postbuild().
This commit is contained in:
parent
3955980068
commit
d10956f8f8
|
|
@ -140,7 +140,7 @@ updatedb
|
||||||
EOF
|
EOF
|
||||||
|
|
||||||
chroot-script -d postbuild || zerr
|
chroot-script -d postbuild || zerr
|
||||||
sudo rm -f \
|
[[ -n "$BLEND" ]] || sudo rm -f \
|
||||||
"$strapdir/$armel_qemu_bin" \
|
"$strapdir/$armel_qemu_bin" \
|
||||||
"$strapdir/$armhf_qemu_bin" \
|
"$strapdir/$armhf_qemu_bin" \
|
||||||
"$strapdir/$arm64_qemu_bin"
|
"$strapdir/$arm64_qemu_bin"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue