diff --git a/programming/language/python3/python3-pygobject3/actions.py b/programming/language/python3/python3-pygobject3/actions.py index 40e10ee3b0..d9e2b92c30 100755 --- a/programming/language/python3/python3-pygobject3/actions.py +++ b/programming/language/python3/python3-pygobject3/actions.py @@ -20,6 +20,10 @@ def build(): autotools.make() def install(): + autotools.rawInstall("DESTDIR=%s" % get.installDIR()) + pisitools.rename("/usr/lib/pkgconfig/pygobject-3.0.pc", "py3gobject-3.0.pc") + pisitools.rename("/usr/include/pygobject-3.0/pygobject.h", "py3gobject.h") + pisitools.dodoc("AUTHORS", "ChangeLog", "NEWS", "README") - autotools.rawInstall("DESTDIR=%s" % get.installDIR()) +