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
+3
View File
@@ -32,6 +32,9 @@ check() {
package() {
meson install -C build --destdir="$BPM_OUTPUT"
# Remove /run directory
rm -rf "$BPM_OUTPUT"/run
# Fix dbus-daemon-launch-helper binary ownership and permissions
chown 0:18 "$BPM_OUTPUT"/usr/libexec/dbus-daemon-launch-helper
chmod 4750 "$BPM_OUTPUT"/usr/libexec/dbus-daemon-launch-helper