mirror of https://github.com/parazyd/arm-sdk.git
properly remove qemu static binaries from strapdir
This commit is contained in:
parent
2cf63c0ee5
commit
d23ae63e6a
|
|
@ -93,7 +93,7 @@ copy-root-overlay() {
|
||||||
|
|
||||||
postbuild-clean() {
|
postbuild-clean() {
|
||||||
fn postbuild-clean
|
fn postbuild-clean
|
||||||
req=(qemu_bin strapdir release)
|
req=(strapdir release)
|
||||||
ckreq || return 1
|
ckreq || return 1
|
||||||
|
|
||||||
case "$release" in
|
case "$release" in
|
||||||
|
|
@ -119,5 +119,8 @@ updatedb
|
||||||
EOF
|
EOF
|
||||||
|
|
||||||
chroot-script -d postbuild || zerr
|
chroot-script -d postbuild || zerr
|
||||||
sudo rm -f $strapdir/$qemu_bin
|
sudo rm -f \
|
||||||
|
"$strapdir/$armel_qemu_bin" \
|
||||||
|
"$strapdir/$armhf_qemu_bin" \
|
||||||
|
"$strapdir/$arm64_qemu_bin"
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue