From: VMware, Inc <> Date: Mon, 26 Sep 2011 18:24:32 +0000 (-0700) Subject: open-vm-tools: don't create /etc/vmware-tools. X-Git-Tag: 2011.09.23-491607~58 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=a35d2002a0cd384a8f0c117fa97dba125b3ff8c2;p=thirdparty%2Fopen-vm-tools.git open-vm-tools: don't create /etc/vmware-tools. vmtoolsd knows the right location of the plugin directory, no need for the symlink that was being placed in that directory. Signed-off-by: Marcelo Vanzin --- diff --git a/open-vm-tools/services/Makefile.am b/open-vm-tools/services/Makefile.am index 21b7928e3..a4d4b409c 100644 --- a/open-vm-tools/services/Makefile.am +++ b/open-vm-tools/services/Makefile.am @@ -19,7 +19,3 @@ SUBDIRS = SUBDIRS += vmtoolsd SUBDIRS += plugins -install-exec-local: - mkdir -p $(DESTDIR)/etc/vmware-tools - ln -sf `dirname $(VMSVC_PLUGIN_INSTALLDIR)` $(DESTDIR)/etc/vmware-tools/plugins -