Skip to content

bindings: Get the right Python overrides install dir

Mathieu Bridon requested to merge bochecha/overrides-dir into master

On most platforms, Python's LIBDIR is /usr/lib. (or something similar)

However, on Debian, and inside org.gnome.Sdk//master, that's instead /usr/lib/{arch}.

As a result, we weren't installing the GI overrides in the right directory.

On all those platforms, SCRIPTDIR is always /usr/lib, which makes it a better path to use.

Edited by Mathieu Bridon

Merge request reports