Remove /run directory
This commit is contained in:
@@ -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
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user