Update source.sh script
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
name: libvirt
|
name: libvirt
|
||||||
description: Virtualization platform management toolkit
|
description: Virtualization platform management toolkit
|
||||||
version: 11.9.0
|
version: 11.9.0
|
||||||
revision: 2
|
revision: 3
|
||||||
url: https://libvirt.org/
|
url: https://libvirt.org/
|
||||||
license: GPL3-or-later,LGPL2.1-or-later
|
license: GPL3-or-later,LGPL2.1-or-later
|
||||||
architecture: any
|
architecture: any
|
||||||
|
|||||||
@@ -44,9 +44,13 @@ package() {
|
|||||||
meson install -C build --destdir="$BPM_OUTPUT"
|
meson install -C build --destdir="$BPM_OUTPUT"
|
||||||
|
|
||||||
# Remove unnecessary directories
|
# Remove unnecessary directories
|
||||||
|
rm -rf "$BPM_OUTPUT"/run
|
||||||
rm -rf "$BPM_OUTPUT"/etc/sysconfig
|
rm -rf "$BPM_OUTPUT"/etc/sysconfig
|
||||||
rm -rf "$BPM_OUTPUT"/var/log
|
rm -rf "$BPM_OUTPUT"/var/log
|
||||||
|
|
||||||
|
# Remove network bridge autostart file
|
||||||
|
rm -f "$BPM_OUTPUT"/etc/libvirt/qemu/networks/autostart/default.xml
|
||||||
|
|
||||||
# Install esvm services
|
# Install esvm services
|
||||||
install -Dm644 "$BPM_WORKDIR"/*.esv -t "$BPM_OUTPUT"/etc/esvm/services/
|
install -Dm644 "$BPM_WORKDIR"/*.esv -t "$BPM_OUTPUT"/etc/esvm/services/
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user