blob: e22f7542ce48f3596f8522b3ef19fdc8e4b08100 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
|
From 7dedcc5ab0119a7812d88472175a0c2a90613424 Mon Sep 17 00:00:00 2001
From: Natanael Copa <ncopa@alpinelinux.org>
Date: Mon, 2 Jan 2017 14:40:17 +0000
Subject: [PATCH 14/14] remove references to missing common-agent/etc/config
---
open-vm-tools/common-agent/etc/Makefile.am | 2 +-
open-vm-tools/configure.ac | 1 -
2 files changed, 1 insertion(+), 2 deletions(-)
diff --git a/open-vm-tools/common-agent/etc/Makefile.am b/open-vm-tools/common-agent/etc/Makefile.am
index 25b386c4..b6dd1bdf 100644
--- a/open-vm-tools/common-agent/etc/Makefile.am
+++ b/open-vm-tools/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/open-vm-tools/configure.ac b/open-vm-tools/configure.ac
index a6312aa4..e7921675 100644
--- a/open-vm-tools/configure.ac
+++ b/open-vm-tools/configure.ac
@@ -1624,7 +1624,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 \
--
2.11.0
|