summaryrefslogtreecommitdiff
path: root/emulators/open-vm-tools/files/patch-services-Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'emulators/open-vm-tools/files/patch-services-Makefile')
-rw-r--r--emulators/open-vm-tools/files/patch-services-Makefile22
1 files changed, 0 insertions, 22 deletions
diff --git a/emulators/open-vm-tools/files/patch-services-Makefile b/emulators/open-vm-tools/files/patch-services-Makefile
deleted file mode 100644
index 8010d3b1a214..000000000000
--- a/emulators/open-vm-tools/files/patch-services-Makefile
+++ /dev/null
@@ -1,22 +0,0 @@
---- services/Makefile.am.orig 2009-02-28 20:48:46.000000000 +0100
-+++ services/Makefile.am 2009-02-28 20:49:28.000000000 +0100
-@@ -20,6 +20,5 @@
- SUBDIRS += plugins
-
- install-exec-local:
-- mkdir -p $(DESTDIR)/etc/vmware-tools
-- ln -sf `dirname $(VMSVC_PLUGIN_INSTALLDIR)` $(DESTDIR)/etc/vmware-tools/plugins
-+ mkdir -p $(DESTDIR)$(prefix)/etc/vmware-tools
-
---- services/Makefile.in.orig 2009-02-28 20:48:52.000000000 +0100
-+++ services/Makefile.in 2009-02-28 20:49:46.000000000 +0100
-@@ -642,8 +642,7 @@
-
-
- install-exec-local:
-- mkdir -p $(DESTDIR)/etc/vmware-tools
-- ln -sf `dirname $(VMSVC_PLUGIN_INSTALLDIR)` $(DESTDIR)/etc/vmware-tools/plugins
-+ mkdir -p $(DESTDIR)$(prefix)/etc/vmware-tools
-
- # Tell versions [3.59,3.63) of GNU make to not export all variables.
- # Otherwise a system limit (for SysV at least) may be exceeded.