diff options
author | Mike Auty <ikelos@gentoo.org> | 2008-10-19 13:06:00 +0000 |
---|---|---|
committer | Mike Auty <ikelos@gentoo.org> | 2008-10-19 13:06:00 +0000 |
commit | e30537d7561f9b9da76ce22a165e334437e375a3 (patch) | |
tree | c43466df97c2b8e19368c5f1ec45642f442e865c /app-emulation/open-vm-tools | |
parent | Version bump. (diff) | |
download | gentoo-2-e30537d7561f9b9da76ce22a165e334437e375a3.tar.gz gentoo-2-e30537d7561f9b9da76ce22a165e334437e375a3.tar.bz2 gentoo-2-e30537d7561f9b9da76ce22a165e334437e375a3.zip |
Bump to fix bug 231525.
(Portage version: 2.2_rc12/cvs/Linux 2.6.27-gentoo i686)
Diffstat (limited to 'app-emulation/open-vm-tools')
-rw-r--r-- | app-emulation/open-vm-tools/ChangeLog | 9 | ||||
-rw-r--r-- | app-emulation/open-vm-tools/open-vm-tools-0.0.20080808.109361-r1.ebuild (renamed from app-emulation/open-vm-tools/open-vm-tools-0.0.20080808.109361.ebuild) | 6 |
2 files changed, 11 insertions, 4 deletions
diff --git a/app-emulation/open-vm-tools/ChangeLog b/app-emulation/open-vm-tools/ChangeLog index dc4957936c54..16aeafb98239 100644 --- a/app-emulation/open-vm-tools/ChangeLog +++ b/app-emulation/open-vm-tools/ChangeLog @@ -1,6 +1,13 @@ # ChangeLog for app-emulation/open-vm-tools # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/open-vm-tools/ChangeLog,v 1.9 2008/08/31 09:40:04 ikelos Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/open-vm-tools/ChangeLog,v 1.10 2008/10/19 13:06:00 ikelos Exp $ + +*open-vm-tools-0.0.20080808.109361-r1 (19 Oct 2008) + + 19 Oct 2008; Mike Auty <ikelos@gentoo.org> + -open-vm-tools-0.0.20080808.109361.ebuild, + +open-vm-tools-0.0.20080808.109361-r1.ebuild: + Bump to fix bug 231525. 31 Aug 2008; Mike Auty <ikelos@gentoo.org> +files/10-vmware-tools: Add missing file 10-vmware-tools diff --git a/app-emulation/open-vm-tools/open-vm-tools-0.0.20080808.109361.ebuild b/app-emulation/open-vm-tools/open-vm-tools-0.0.20080808.109361-r1.ebuild index 07654fa609bc..e14b8ea999d3 100644 --- a/app-emulation/open-vm-tools/open-vm-tools-0.0.20080808.109361.ebuild +++ b/app-emulation/open-vm-tools/open-vm-tools-0.0.20080808.109361-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/open-vm-tools/open-vm-tools-0.0.20080808.109361.ebuild,v 1.1 2008/08/30 20:04:43 ikelos Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/open-vm-tools/open-vm-tools-0.0.20080808.109361-r1.ebuild,v 1.1 2008/10/19 13:06:00 ikelos Exp $ inherit pam eutils linux-mod versionator @@ -114,8 +114,8 @@ src_install() { if use X; then - insinto /etc/X11/xinit/xinitrc.d - doins "${FILESDIR}/10-vmware-tools" + exeinto /etc/X11/xinit/xinitrc.d + doexe "${FILESDIR}/10-vmware-tools" elog "To be able to use the drag'n'drop feature of VMware for file" elog "exchange, you need to do this:" |