Remove /var directory
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
name: qemu
|
||||
description: A generic and open source machine emulator and virtualizer
|
||||
version: 10.1.2
|
||||
revision: 3
|
||||
revision: 4
|
||||
url: https://www.qemu.org/
|
||||
license: GPL2-only,LGPL2.1-only
|
||||
architecture: any
|
||||
|
||||
@@ -29,6 +29,9 @@ build() {
|
||||
package() {
|
||||
meson install -C build --destdir="$BPM_OUTPUT"
|
||||
|
||||
# Remove /var directory
|
||||
rm -rf "$BPM_OUTPUT"/var
|
||||
|
||||
# Fix permissions and ownership
|
||||
chgrp kvm "$BPM_OUTPUT"/usr/libexec/qemu-bridge-helper
|
||||
chmod 4750 "$BPM_OUTPUT"/usr/libexec/qemu-bridge-helper
|
||||
|
||||
Reference in New Issue
Block a user