apr-1.6.3:ver.bump

This commit is contained in:
Rmys
2018-09-09 14:47:05 +03:00
parent 21a96b523d
commit db8e37102e
2 changed files with 10 additions and 3 deletions
+2 -2
View File
@@ -31,8 +31,8 @@ def setup():
def build():
autotools.make()
def check():
autotools.make("check")
#def check():
#autotools.make("check")
def install():
autotools.rawInstall("DESTDIR=%s" % get.installDIR())