Remove /var directory

This commit is contained in:
2025-11-16 11:39:39 +02:00
parent 852db5831e
commit 5c43f261e3
2 changed files with 4 additions and 1 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
name: qemu name: qemu
description: A generic and open source machine emulator and virtualizer description: A generic and open source machine emulator and virtualizer
version: 10.1.2 version: 10.1.2
revision: 3 revision: 4
url: https://www.qemu.org/ url: https://www.qemu.org/
license: GPL2-only,LGPL2.1-only license: GPL2-only,LGPL2.1-only
architecture: any architecture: any
+3
View File
@@ -29,6 +29,9 @@ build() {
package() { package() {
meson install -C build --destdir="$BPM_OUTPUT" meson install -C build --destdir="$BPM_OUTPUT"
# Remove /var directory
rm -rf "$BPM_OUTPUT"/var
# Fix permissions and ownership # Fix permissions and ownership
chgrp kvm "$BPM_OUTPUT"/usr/libexec/qemu-bridge-helper chgrp kvm "$BPM_OUTPUT"/usr/libexec/qemu-bridge-helper
chmod 4750 "$BPM_OUTPUT"/usr/libexec/qemu-bridge-helper chmod 4750 "$BPM_OUTPUT"/usr/libexec/qemu-bridge-helper