summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEvan Teran <evan.teran@gmail.com>2015-07-06 08:49:58 +0000
committerEvan Teran <evan.teran@gmail.com>2015-07-06 08:49:58 +0000
commit19adc449de350954deb5037f52cff19243c1d198 (patch)
tree7e75e0d1461001d39859a58d2c731da51c7cb62b /app-emulation/vmware-modules/vmware-modules-279.6.ebuild
parentcleaning out ebuilds replaced by newer verions (last release was a security p... (diff)
downloadvmware-19adc449de350954deb5037f52cff19243c1d198.tar.gz
vmware-19adc449de350954deb5037f52cff19243c1d198.tar.bz2
vmware-19adc449de350954deb5037f52cff19243c1d198.zip
fixing udev rules needing some quotes
Package-Manager: portage-2.2.20
Diffstat (limited to 'app-emulation/vmware-modules/vmware-modules-279.6.ebuild')
-rw-r--r--app-emulation/vmware-modules/vmware-modules-279.6.ebuild8
1 files changed, 4 insertions, 4 deletions
diff --git a/app-emulation/vmware-modules/vmware-modules-279.6.ebuild b/app-emulation/vmware-modules/vmware-modules-279.6.ebuild
index 64a7d8a..327dbe2 100644
--- a/app-emulation/vmware-modules/vmware-modules-279.6.ebuild
+++ b/app-emulation/vmware-modules/vmware-modules-279.6.ebuild
@@ -107,10 +107,10 @@ src_install() {
linux-mod_src_install
local udevrules="${T}/60-vmware.rules"
cat > "${udevrules}" <<-EOF
- KERNEL=="vmci", GROUP="vmware", MODE=660
- KERNEL=="vmw_vmci", GROUP="vmware", MODE=660
- KERNEL=="vmmon", GROUP="vmware", MODE=660
- KERNEL=="vsock", GROUP="vmware", MODE=660
+ KERNEL=="vmci", GROUP="vmware", MODE="660"
+ KERNEL=="vmw_vmci", GROUP="vmware", MODE="660"
+ KERNEL=="vmmon", GROUP="vmware", MODE="660"
+ KERNEL=="vsock", GROUP="vmware", MODE="660"
EOF
udev_dorules "${udevrules}"
}