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
+3
View File
@@ -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