mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-18 22:54:00 +00:00
community/libvirt: fix
This commit is contained in:
parent
5a73dfaffd
commit
080ddfdc76
1 changed files with 1 additions and 1 deletions
|
@ -178,7 +178,7 @@ package_libvirt() {
|
|||
rm -f "$pkgdir/etc/libvirt/qemu/networks/autostart/default.xml"
|
||||
|
||||
# move split modules
|
||||
mv "$pkgdir"/usr/lib/libvirt/storage-backend/libvirt_storage_backend_{rbd,gluster}.so "$pkgdir/../"
|
||||
mv "$pkgdir"/usr/lib/libvirt/storage-backend/libvirt_storage_backend_gluster.so "$pkgdir/../"
|
||||
mv "$pkgdir/usr/lib/libvirt/storage-backend/libvirt_storage_backend_iscsi-direct.so" "$pkgdir/../"
|
||||
mv "$pkgdir/usr/lib/libvirt/storage-file/libvirt_storage_file_gluster.so" "$pkgdir/../"
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue