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