diff options
Diffstat (limited to 'sys-fs/vhba')
-rw-r--r-- | sys-fs/vhba/vhba-20190831-r1.ebuild (renamed from sys-fs/vhba/vhba-20190831.ebuild) | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/sys-fs/vhba/vhba-20190831.ebuild b/sys-fs/vhba/vhba-20190831-r1.ebuild index fd29b9dc..2af7646f 100644 --- a/sys-fs/vhba/vhba-20190831.ebuild +++ b/sys-fs/vhba/vhba-20190831-r1.ebuild @@ -23,10 +23,6 @@ DEPEND="${RDEPEND} S=${WORKDIR}/${MY_P} -pkgsetup() { - enewgroup cdemu -} - src_prepare() { default : @@ -44,6 +40,6 @@ src_install() { cat > "${D}/$(get_udevdir)"/rules.d/69-vhba.rules <<-EOF || die # do not edit this file, it will be overwritten on update # - KERNEL=="vhba_ctl", SUBSYSTEM=="misc", TAG+="uaccess" + KERNEL=="vhba_ctl", MODE="0660", OWNER="root", GROUP="cdrom" EOF } |