From f44bb06e7fbf57a8d6a6e6e2dddccc717832a83f Mon Sep 17 00:00:00 2001 From: Rmys Date: Mon, 23 Dec 2024 12:33:42 +0300 Subject: [PATCH] dbus-glib rebuild --- system/base/dbus-glib/actions.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/system/base/dbus-glib/actions.py b/system/base/dbus-glib/actions.py index f0090bf8..bdb0cde5 100644 --- a/system/base/dbus-glib/actions.py +++ b/system/base/dbus-glib/actions.py @@ -23,8 +23,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())