From 3d671bd1152647a796ffd8132886f439fe071435 Mon Sep 17 00:00:00 2001 From: Steve Traylen Date: Fri, 12 Jan 2024 11:21:38 +0100 Subject: [PATCH] Create Installation Directory (#3) 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: