]> git.ipfire.org Git - thirdparty/open-vm-tools.git/commitdiff
Move /etc/vmware-tools/vm-support to /usr/bin/ in open-vm-tools.
authorOliver Kurth <okurth@vmware.com>
Thu, 3 Oct 2019 00:48:34 +0000 (17:48 -0700)
committerOliver Kurth <okurth@vmware.com>
Thu, 3 Oct 2019 00:48:34 +0000 (17:48 -0700)
Change scripts/Makefile.am to know about the new location.

This fix requires the following updates to the vendor scripts:
The rules files have "chmod /etc/vmware-tools/vm-support".
The spec files have "mv /etc/vmware-tools/vm-support /usr/bin".

open-vm-tools/scripts/Makefile.am

index 5ab2f249d62f5b3917e92409560d6c9de700bea6..55c218bd2527ed5a0ff39130afba6e634af1d780 100644 (file)
@@ -22,10 +22,13 @@ defaultscripts += resume-vm-default
 
 confdir = /etc/vmware-tools
 
-conf_SCRIPTS = ./common/vm-support
-conf_SCRIPTS += ./common/statechange.subr
+conf_SCRIPTS = ./common/statechange.subr
 conf_SCRIPTS += $(defaultscripts)
 
+vmsupportdir = /usr/bin
+
+vmsupport_SCRIPTS = ./common/vm-support
+
 vmwsrcdir = $(confdir)/scripts/vmware
 
 vmwsrc_SCRIPTS = $(MODULES_OS)/network