check disabled.

This commit is contained in:
Ertuğrul Erata
2016-03-20 09:26:30 +02:00
parent 29c5635cbf
commit d71c6f6ddc
+2 -2
View File
@@ -23,8 +23,8 @@ def setup():
def build():
autotools.make('LDFLAGS="%s"' % get.LDFLAGS())
def build():
autotools.make("check")
#def check():
# autotools.make("check")
def install():
autotools.rawInstall("DESTDIR=%s" % get.installDIR())