diff options
author | Mike Gilbert <floppym@gentoo.org> | 2016-11-25 23:18:34 -0500 |
---|---|---|
committer | Mike Gilbert <floppym@gentoo.org> | 2016-11-25 23:18:34 -0500 |
commit | 5f432664eb022654afd72abd2c25a3945afb779c (patch) | |
tree | 43d8614c9e6617dd14db6d0fca319bc37f327baa /app-emulation | |
parent | app-emulation/open-vm-tools: drop RDEPEND on x11 drivers (diff) | |
download | gentoo-5f432664eb022654afd72abd2c25a3945afb779c.tar.gz gentoo-5f432664eb022654afd72abd2c25a3945afb779c.tar.bz2 gentoo-5f432664eb022654afd72abd2c25a3945afb779c.zip |
app-emulation/open-vm-tools: fix suid perms and drop custom xdg autostart file
Package-Manager: portage-2.3.2_p8
Diffstat (limited to 'app-emulation')
-rw-r--r-- | app-emulation/open-vm-tools/open-vm-tools-10.1.0.ebuild | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/app-emulation/open-vm-tools/open-vm-tools-10.1.0.ebuild b/app-emulation/open-vm-tools/open-vm-tools-10.1.0.ebuild index abcddc1129de..a7835d2cb6ee 100644 --- a/app-emulation/open-vm-tools/open-vm-tools-10.1.0.ebuild +++ b/app-emulation/open-vm-tools/open-vm-tools-10.1.0.ebuild @@ -129,12 +129,9 @@ src_install() { systemd_dounit "${FILESDIR}"/vmtoolsd.service if use X; then - fperms 4755 /usr/bin/vmware-user-suid-wrapper + fperms 4711 /usr/bin/vmware-user-suid-wrapper dobin scripts/common/vmware-xdg-detect-de - insinto /etc/xdg/autostart - doins "${FILESDIR}"/open-vm-tools.desktop - elog "To be able to use the drag'n'drop feature of VMware for file" elog "exchange, please add the users to the 'vmware' group." fi |