Remove /run directory

This commit is contained in:
2025-11-16 10:45:58 +02:00
parent d959e8f06a
commit ebf358884e
2 changed files with 4 additions and 1 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
name: dbus name: dbus
description: Freedesktop.org message bus system description: Freedesktop.org message bus system
version: 1.16.2 version: 1.16.2
revision: 4 revision: 5
url: https://www.freedesktop.org/wiki/Software/dbus url: https://www.freedesktop.org/wiki/Software/dbus
license: AFL2.1 or GPL2-or-later license: AFL2.1 or GPL2-or-later
architecture: any architecture: any
+3
View File
@@ -32,6 +32,9 @@ check() {
package() { package() {
meson install -C build --destdir="$BPM_OUTPUT" meson install -C build --destdir="$BPM_OUTPUT"
# Remove /run directory
rm -rf "$BPM_OUTPUT"/run
# Fix dbus-daemon-launch-helper binary ownership and permissions # Fix dbus-daemon-launch-helper binary ownership and permissions
chown 0:18 "$BPM_OUTPUT"/usr/libexec/dbus-daemon-launch-helper chown 0:18 "$BPM_OUTPUT"/usr/libexec/dbus-daemon-launch-helper
chmod 4750 "$BPM_OUTPUT"/usr/libexec/dbus-daemon-launch-helper chmod 4750 "$BPM_OUTPUT"/usr/libexec/dbus-daemon-launch-helper