dbus-glib rebuild

This commit is contained in:
Rmys
2024-12-23 12:33:42 +03:00
parent 063eb4a0dc
commit f44bb06e7f
+2 -2
View File
@@ -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())