diff options
Diffstat (limited to 'emulators/open-vm-tools/files/patch-Makefile.am')
-rw-r--r-- | emulators/open-vm-tools/files/patch-Makefile.am | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/emulators/open-vm-tools/files/patch-Makefile.am b/emulators/open-vm-tools/files/patch-Makefile.am new file mode 100644 index 000000000000..acda99766f9f --- /dev/null +++ b/emulators/open-vm-tools/files/patch-Makefile.am @@ -0,0 +1,11 @@ +--- Makefile.am.orig 2025-06-19 04:05:18 UTC ++++ Makefile.am +@@ -77,6 +77,6 @@ endif + + + install-data-local: +- $(INSTALL) -d $(DESTDIR)/etc/vmware-tools/ +- $(INSTALL) -m 644 $(srcdir)/tools.conf $(DESTDIR)/etc/vmware-tools/tools.conf.example ++ $(INSTALL) -d $(DESTDIR)%%PREFIX%%/etc/vmware-tools/ ++ $(INSTALL) -m 644 $(srcdir)/tools.conf $(DESTDIR)%%PREFIX%%/etc/vmware-tools/tools.conf.sample + |