From 0d1b8febc5d7873bd91b634004006d338901f548 Mon Sep 17 00:00:00 2001 From: Rmys Date: Thu, 2 Jan 2025 00:31:52 +0300 Subject: [PATCH] dbus rebuild --- system/base/dbus/actions.py | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/system/base/dbus/actions.py b/system/base/dbus/actions.py index 2ec493c0..2db5e2d4 100644 --- a/system/base/dbus/actions.py +++ b/system/base/dbus/actions.py @@ -44,6 +44,8 @@ def setup(): shelltools.export("PKG_CONFIG_PATH", "/usr/lib32/pkgconfig") options += " \ --libdir=/usr/lib32 \ + --bindir=/usr/bin32 \ + --libexecdir=/usr/libexec32 \ -Dx11_autolaunch=disabled \ -Ddoxygen_docs=disabled \ " @@ -59,7 +61,8 @@ def check(): def install(): mesontools.install() if get.buildTYPE() == "_emul32": - # pisitools.removeDir("/usr/bin32") + pisitools.removeDir("/usr/bin32") + pisitools.removeDir("/usr/libexec32") pisitools.dosed("%s/usr/lib32/pkgconfig/*.pc" % get.installDIR(), "bin32", "bin") return