This commit is contained in:
idriskalp
2019-12-27 16:00:33 +03:00
parent 9c4c07a83a
commit 9eee3d3125
2 changed files with 12 additions and 2 deletions
+3
View File
@@ -13,5 +13,8 @@ def setup():
def build():
autotools.make()
def check():
autotools.make("check")
def install():
autotools.rawInstall("DESTDIR=%s" % get.installDIR())