this_one=mipsn32el

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
