mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-06 05:47:13 +02:00
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.
26 lines
941 B
Diff
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 \
|