Update actions.py

This commit is contained in:
Rmys
2017-08-01 16:25:02 +03:00
committed by GitHub
parent a0b44cacc6
commit e3f1eed6c9
@@ -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())