diff --git a/pkg.info b/pkg.info index aa24697..50ae3ce 100644 --- a/pkg.info +++ b/pkg.info @@ -1,7 +1,7 @@ name: libvirt description: Virtualization platform management toolkit version: 12.1.0 -revision: 2 +revision: 3 url: https://libvirt.org/ license: GPL3-or-later,LGPL2.1-or-later maintainers: diff --git a/source.sh b/source.sh index 376bc34..8ea28d2 100644 --- a/source.sh +++ b/source.sh @@ -44,12 +44,12 @@ package() { meson install -C build --destdir="$BPM_OUTPUT" # Remove unnecessary directories - rm -rf "$BPM_OUTPUT"/run - rm -rf "$BPM_OUTPUT"/etc/sysconfig - rm -rf "$BPM_OUTPUT"/var/log + rm -r "$BPM_OUTPUT"/run + rm -r "$BPM_OUTPUT"/var/log + rm -r "$BPM_OUTPUT"/usr/lib/systemd # Remove network bridge autostart file - rm -f "$BPM_OUTPUT"/etc/libvirt/qemu/networks/autostart/default.xml + rm "$BPM_OUTPUT"/etc/libvirt/qemu/networks/autostart/default.xml # Install esvm services install -Dm644 "$BPM_WORKDIR"/*.esv -t "$BPM_OUTPUT"/etc/esvm/services/