mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
community/libvirt to 1.3.2-2
This commit is contained in:
parent
567884da80
commit
72f69361c7
1 changed files with 3 additions and 1 deletions
|
@ -9,7 +9,7 @@
|
||||||
|
|
||||||
pkgname=libvirt
|
pkgname=libvirt
|
||||||
pkgver=1.3.2
|
pkgver=1.3.2
|
||||||
pkgrel=1
|
pkgrel=2
|
||||||
pkgdesc="API for controlling virtualization engines (openvz,kvm,qemu,virtualbox,xen,etc)"
|
pkgdesc="API for controlling virtualization engines (openvz,kvm,qemu,virtualbox,xen,etc)"
|
||||||
arch=('i686' 'x86_64')
|
arch=('i686' 'x86_64')
|
||||||
url="http://libvirt.org/"
|
url="http://libvirt.org/"
|
||||||
|
@ -91,6 +91,8 @@ prepare() {
|
||||||
sed -i 's|/usr/libexec/qemu-bridge-helper|/usr/lib/qemu/qemu-bridge-helper|g' \
|
sed -i 's|/usr/libexec/qemu-bridge-helper|/usr/lib/qemu/qemu-bridge-helper|g' \
|
||||||
src/qemu/qemu{.conf,_conf.c} \
|
src/qemu/qemu{.conf,_conf.c} \
|
||||||
src/qemu/test_libvirtd_qemu.aug.in
|
src/qemu/test_libvirtd_qemu.aug.in
|
||||||
|
|
||||||
|
sed -i 's|libsystemd-daemon|libsystemd|g' configure
|
||||||
}
|
}
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
|
|
Loading…
Reference in a new issue