devel rebuild

This commit is contained in:
Rmys
2020-12-16 23:34:18 +03:00
parent 09e6a289d6
commit e9632039c8
50 changed files with 595 additions and 77 deletions
+1 -1
View File
@@ -27,7 +27,7 @@ def build():
# FIXME: python tests fail, others fail in 64bit, gentoo says tests are wrong
def check():
autotools.make("check")
autotools.make("-j1 check")
def install():
autotools.rawInstall("DESTDIR=%s" % get.installDIR())