Closed issue by pullmoll on void-packages repository https://github.com/void-linux/void-packages/issues/11367 Description: Now that cross building with `gobject-introspection` a.k.a. `gir` basically works for all target architectures thanks to @q66 , there is a problem. The resulting `*.gir` files for the `*-devel` subpackages should be installed in `${DESTDIR}/usr/share/gir-1.0`, yet they are installed in `${DESTDIR}/usr/${XBPS_CROSS_TRIPLET}/usr/share/gir-1.0`. For `polkit` I added a hack to move `gir-1.0` up the path but of course the real fix is elsewhere. I believe this is a host `${DESTDIR}` or `${PKGDESTDIR}` which is inserted into the install path, and which is wrong for a cross install. If anyone knows where to look for that one I'd be thankful for your help.