GNOME Bugzilla – Bug 685012
codegen: Install Python files in $(pkgdatadir), rather than $(libdir)
Last modified: 2012-10-05 21:04:58 UTC
These files are actually architecture-indepdendent; using $(libdir) for them means that /usr/bin/gdbus-codegen varies between architectures, which is problematic for (mis)uses of multilib. See https://bugzilla.redhat.com/show_bug.cgi?id=718404
Created attachment 225303 [details] [review] codegen: Install Python files in $(pkgdatadir), rather than $(libdir)
Created attachment 225547 [details] [review] codegen: Install Python files in $(datadir)/glib-2.0, rather than $(libdir) Use already existing $(datadir)/glib-2.0
Sure, also at least virt-manager is using $(datadir) so looks good to me assuming 'make check' still works etc. Thanks
Attachment 225547 [details] pushed as 05461e5 - codegen: Install Python files in $(datadir)/glib-2.0, rather than $(libdir)