forked from Lainports/freebsd-ports
While here, fix build with llvm 19 [1]
PR: 282277, 282476 [1]
Submitted by: dim [1]
Sponsored by: Rubicon Communications, LLC ("Netgate")
11 lines
432 B
Text
11 lines
432 B
Text
--- services/vmtoolsd/Makefile.am.orig 2024-10-10 15:05:07 UTC
|
|
+++ services/vmtoolsd/Makefile.am
|
|
@@ -81,7 +81,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
|
|
|