From d71fe16f0a97f6cd6e1efe2b292d99f94f8a8f76 Mon Sep 17 00:00:00 2001 From: EnumDev Date: Tue, 17 Mar 2026 19:07:34 +0200 Subject: [PATCH] Remove systemd directory --- pkg.info | 2 +- source.sh | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) 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/