sync with lfs

This commit is contained in:
Ertuğrul Erata
2015-06-05 23:51:58 +03:00
parent dd4e692248
commit efd16ea985
6 changed files with 44 additions and 9 deletions
+2 -2
View File
@@ -19,8 +19,8 @@ def setup():
def build():
autotools.make()
def check():
autotools.make("-j1 check diffout")
#def check():
# autotools.make("-j1 check diffout")
def install():
autotools.rawInstall("DESTDIR=%s" % get.installDIR())