aports/unmaintained/open-vm-tools-grsec/missing-config-dir.patch
Natanael Copa 3731e1ad3b unmaintained/open-vm-tools-grsec: move from main
seems like those kernel modules are obsolete. There are a network driver
in mainline and there seems to be a vmhgfs-fuse driver to mount
filesystem from host.
2017-02-14 18:50:10 +00:00

26 lines
941 B
Diff

diff --git a/common-agent/etc/Makefile.am b/common-agent/etc/Makefile.am
index 25b386c..b6dd1bd 100644
--- a/common-agent/etc/Makefile.am
+++ b/common-agent/etc/Makefile.am
@@ -15,7 +15,7 @@
### Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
################################################################################
-SUBDIRS = install config scripts
+SUBDIRS = install scripts
uninstall-hook:
rm -rf $(DESTDIR)/etc/vmware-caf
diff --git a/configure.ac b/configure.ac
index 8d4604e..a4fc331 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1595,7 +1595,6 @@ AC_CONFIG_FILES([ \
common-agent/input/invokers/Makefile \
common-agent/input/providerReg/Makefile \
common-agent/etc/Makefile \
- common-agent/etc/config/Makefile \
common-agent/etc/scripts/Makefile \
common-agent/etc/install/Makefile \
xferlogs/Makefile \