Remove /run directory
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
name: dbus
|
||||
description: Freedesktop.org message bus system
|
||||
version: 1.16.2
|
||||
revision: 4
|
||||
revision: 5
|
||||
url: https://www.freedesktop.org/wiki/Software/dbus
|
||||
license: AFL2.1 or GPL2-or-later
|
||||
architecture: any
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user