this_one=microblaze

abinfo 'Removing $PKGDIR ...'
rm -rfv "$PKGDIR"

abinfo "Installing static user emulator for ${this_one} ..."
install -Dvm755 "$SRCDIR"/staticbin/qemu-${this_one} \
    "$PKGDIR"/usr/bin/qemu-${this_one}-static
abinfo "Installing binfmt files for ${this_one} ..."
install -Dvm644 "$SRCDIR"/autobuild/qemu-${this_one}.conf \
    "$PKGDIR"/usr/lib/binfmt.d/qemu-${this_one}.conf
