summaryrefslogtreecommitdiff
path: root/libre/vhba-module-libre
diff options
context:
space:
mode:
Diffstat (limited to 'libre/vhba-module-libre')
-rw-r--r--libre/vhba-module-libre/PKGBUILD2
-rw-r--r--libre/vhba-module-libre/vhba-module.install2
2 files changed, 2 insertions, 2 deletions
diff --git a/libre/vhba-module-libre/PKGBUILD b/libre/vhba-module-libre/PKGBUILD
index 2de64bc38..9b86cc51e 100644
--- a/libre/vhba-module-libre/PKGBUILD
+++ b/libre/vhba-module-libre/PKGBUILD
@@ -7,7 +7,7 @@ _pkgname=vhba-module
pkgname=vhba-module-libre
pkgver=20120422
_extramodules=extramodules-3.5-LIBRE
-pkgrel=6
+pkgrel=7
pkgdesc="Kernel module that emulates SCSI devices"
arch=('i686' 'x86_64')
url="http://cdemu.sourceforge.net/"
diff --git a/libre/vhba-module-libre/vhba-module.install b/libre/vhba-module-libre/vhba-module.install
index ac27991cc..b2a49a261 100644
--- a/libre/vhba-module-libre/vhba-module.install
+++ b/libre/vhba-module-libre/vhba-module.install
@@ -9,7 +9,7 @@ post_install() {
}
post_upgrade() {
- getent group cdemu &>/dev/null || groupadd cdemu
+ getent group cdemu &>/dev/null || groupadd -r cdemu
_updatemod
}