From ff25a97155c0d5cc8ad65ce6768003b3e6919ed5 Mon Sep 17 00:00:00 2001 From: Sergei Reznikov Date: Mon, 16 Nov 2015 14:02:00 +0300 Subject: [PATCH] VMware add-ons: update to latest commit --- app-emulation/vmware-addons/vmware_addons-1.1.1.recipe | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/app-emulation/vmware-addons/vmware_addons-1.1.1.recipe b/app-emulation/vmware-addons/vmware_addons-1.1.1.recipe index 2964015fc..17d22d99e 100644 --- a/app-emulation/vmware-addons/vmware_addons-1.1.1.recipe +++ b/app-emulation/vmware-addons/vmware_addons-1.1.1.recipe @@ -4,7 +4,7 @@ between Haiku, running in a virtual machine, and the host operating system. \ It is like the official VMware tools on Windows or Linux. It currently provides: - * Clipboard sharing between Haiku and the host OS + * Clipboard sharing between Haiku and the host OS. * Mouse sharing: the mouse can seamlessly enter and quit the VM window. * Disk compacting: starts the VMware \"shrink\" process, which reduces the \ size of \"auto-expanding\" virtual disks attached to the virtual machine. \ @@ -16,16 +16,16 @@ preflet in Haiku." if [ $effectiveTargetArchitecture = x86_gcc2 ]; then DESCRIPTION+=" * Shared folders: folders from the host OS can be mounted in Haiku: - mount -t vmwfs -o 192.168.0.1:/Downloads /Downloads + mount -t vmwfs -o Shared ~/Shared " fi HOMEPAGE="https://github.com/HaikuArchives/VMwareAddons" -COPYRIGHT="1999 Be Inc. +COPYRIGHT="1999 Be, Inc. 2007 Haiku, Inc. 2009 Vincent Duvert" LICENSE="MIT" -REVISION="3" -SOURCE_URI="git://github.com/HaikuArchives/VMwareAddons#8ee8105" +REVISION="4" +SOURCE_URI="git://github.com/HaikuArchives/VMwareAddons#e8b4b73" ARCHITECTURES="x86_gcc2 x86 !x86_64" SECONDARY_ARCHITECTURES="x86_gcc2 x86"