]> git.ipfire.org Git - thirdparty/open-vm-tools.git/commitdiff
open-vm-tools: don't create /etc/vmware-tools.
authorVMware, Inc <>
Mon, 26 Sep 2011 18:24:32 +0000 (11:24 -0700)
committerMarcelo Vanzin <mvanzin@vmware.com>
Mon, 26 Sep 2011 18:24:32 +0000 (11:24 -0700)
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 <mvanzin@vmware.com>
open-vm-tools/services/Makefile.am

index 21b7928e314542f420284013930f89374f325aa9..a4d4b409cf292a7d3ae4179cfb7d2f4127b3c6fd 100644 (file)
@@ -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
-