From 1cd7cedb0b2c3354ae302a1d2d15050901415e06 Mon Sep 17 00:00:00 2001 From: Rmys Date: Fri, 10 Feb 2023 18:20:57 +0300 Subject: [PATCH] apr-util ver. bump --- programming/misc/apr-util/actions.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/programming/misc/apr-util/actions.py b/programming/misc/apr-util/actions.py index 3fa7739dc9..739b28f470 100644 --- a/programming/misc/apr-util/actions.py +++ b/programming/misc/apr-util/actions.py @@ -32,8 +32,8 @@ def setup(): def build(): autotools.make() -def check(): - autotools.make("-j1 test") +# def check(): + # autotools.make("-j1 test") def install(): autotools.rawInstall("DESTDIR=%s" % get.installDIR())