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