mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-05-05 04:16:46 +02:00
main/libvirt: ignore if libvirt group creation fails
it will return error if the group already exists
This commit is contained in:
parent
0dc750b2cb
commit
472e20fba1
@ -2,7 +2,7 @@
|
||||
pkgname=libvirt
|
||||
pkgver=1.2.10
|
||||
_ver="${pkgver/_rc/-rc}"
|
||||
pkgrel=0
|
||||
pkgrel=1
|
||||
pkgdesc="A virtualization API for several hypervisor and container systems"
|
||||
url="http://libvirt.org/"
|
||||
arch="all"
|
||||
|
||||
@ -1,2 +1,3 @@
|
||||
#!/bin/sh
|
||||
addgroup -S libvirt &>/dev/null
|
||||
exit 0
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user