Skip to content

Commit

Permalink
Create Installation Directory
Browse files Browse the repository at this point in the history
The lib installation directory should be created before
the pam module is installed to it.
  • Loading branch information
traylenator committed Jan 12, 2024
1 parent 57517c7 commit c27bb1f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit c27bb1f

Please sign in to comment.