Remove /run directory
This commit is contained in:
@@ -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