mirror of
https://git.freebsd.org/ports.git
synced 2025-05-03 12:06:39 -04:00
PR: 270077 Reported by: John Wolfe <jwolfe@vmware.com> Sponsored by: Rubicon Communications, LLC ("Netgate")
11 lines
432 B
Text
11 lines
432 B
Text
--- services/vmtoolsd/Makefile.am.orig 2023-03-07 22:57:07 UTC
|
|
+++ services/vmtoolsd/Makefile.am
|
|
@@ -79,7 +79,7 @@ install-exec-hook:
|
|
@INSTVMSG@ vmtoolsd $(srcdir)/l10n $(DESTDIR)$(datadir)
|
|
|
|
install-exec-hook:
|
|
- $(INSTALL) -d $(DESTDIR)/etc/vmware-tools
|
|
+# $(INSTALL) -d $(DESTDIR)/etc/vmware-tools
|
|
$(INSTALL) -d $(DESTDIR)/$(PAM_PREFIX)/pam.d/
|
|
$(INSTALL) $(top_srcdir)/pam/generic $(DESTDIR)/$(PAM_PREFIX)/pam.d/vmtoolsd
|
|
|