diff options
author | root <root@rshg054.dnsready.net> | 2012-08-10 03:21:51 +0000 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2012-08-10 03:21:51 +0000 |
commit | 9f2bff24c46fba67eca7c8125306a9dcd8ea8c73 (patch) | |
tree | 7c71567425133444d70381eca8c781892fb66d77 /libre/vhba-module-libre | |
parent | 20107df59a093c814f11aa0328f3d006a3aa696e (diff) |
Fri Aug 10 03:21:50 UTC 2012
Diffstat (limited to 'libre/vhba-module-libre')
-rw-r--r-- | libre/vhba-module-libre/PKGBUILD | 2 | ||||
-rw-r--r-- | libre/vhba-module-libre/vhba-module.install | 2 |
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 } |