vhba-module version bump to 20100822
This commit is contained in:
parent
d95214c553
commit
dffb59036b
2 changed files with 6 additions and 1 deletions
|
@ -3,5 +3,10 @@
|
||||||
|
|
||||||
require vhba-module
|
require vhba-module
|
||||||
|
|
||||||
|
MYPKG="vhba-module-${PV/*_p/}"
|
||||||
|
|
||||||
|
DOWNLOADS="mirror://sourceforge/cdemu/${MYPKG}.tar.gz"
|
||||||
PLATFORMS="~amd64 ~x86"
|
PLATFORMS="~amd64 ~x86"
|
||||||
|
|
||||||
|
WORK="${WORKBASE}/${MYPKG}"
|
||||||
|
|
|
@ -24,7 +24,7 @@ vhba-module_src_install() {
|
||||||
|
|
||||||
insinto /etc/udev/rules.d
|
insinto /etc/udev/rules.d
|
||||||
hereins 90-vhba.rules <<EOF
|
hereins 90-vhba.rules <<EOF
|
||||||
KERNEL=="vhba_ctl", NAME="%k", MODE="0660", OWNER="root", GROUP="cdemu"
|
KERNEL=="vhba_ctl", MODE="0660", OWNER="root", GROUP="cdemu"
|
||||||
EOF
|
EOF
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue