if [ -d "$PKGDIR"/usr/lib64 ]; then
    abinfo "FIXME: Ensuring libraries are installed to /usr/lib ..."
    mv -v "$PKGDIR"/usr/lib{64,}
fi
