From c27bb1f3667d3b2ba8c4e00a592988b71a2e94ac Mon Sep 17 00:00:00 2001 From: Steve Traylen Date: Fri, 12 Jan 2024 11:19:46 +0100 Subject: [PATCH] Create Installation Directory The lib installation directory should be created before the pam module is installed to it. --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 4a5e3a9..f27ed32 100644 --- a/Makefile +++ b/Makefile @@ -14,6 +14,7 @@ pam_krb5_cc_move.so: src/pam_krb5_cc_move.o install: all install -d $(DESTDIR)$(MANDIR)/man8 install -p -m 0644 man/pam_krb5_cc_move.8 $(DESTDIR)$(MANDIR)/man8/pam_krb5_cc_move.8 + install -d $(DESTDIR)$(MANDIR)/$(INSTALLDIR) install -p -m 0755 pam_krb5_cc_move.so $(DESTDIR)/$(INSTALLDIR)/pam_krb5_cc_move.so clean: