From: Bernd Zeimetz <bernd@bzed.de>
Date: Tue, 31 Oct 2023 12:16:30 +0000
Subject: Use upstream pam file for Debian

Forwarded: not-needed
Last-Update: 2022-04-25
---
 open-vm-tools/services/vmtoolsd/Makefile.am | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/open-vm-tools/services/vmtoolsd/Makefile.am b/open-vm-tools/services/vmtoolsd/Makefile.am
index f337031..24b1ac2 100644
--- a/open-vm-tools/services/vmtoolsd/Makefile.am
+++ b/open-vm-tools/services/vmtoolsd/Makefile.am
@@ -81,7 +81,7 @@ install-data-hook:
 install-exec-hook:
 	$(INSTALL) -d $(DESTDIR)/etc/vmware-tools
 	$(INSTALL) -d $(DESTDIR)/$(PAM_PREFIX)/pam.d/
-	$(INSTALL) $(top_srcdir)/pam/generic $(DESTDIR)/$(PAM_PREFIX)/pam.d/vmtoolsd
+	$(INSTALL) $(top_srcdir)/pam/debian $(DESTDIR)/$(PAM_PREFIX)/pam.d/vmtoolsd
 
 uninstall-hook:
 	rm -f $(DESTDIR)/$(PAM_PREFIX)/pam.d/vmtoolsd
