logo

checkpassword-ng

Uniform password checking interface for applications
commit: 519f3fe765375af8b604334ef53b1f313221c726
parent 96bb413be85718697f25e29e3a8bc03042930122
Author: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Date:   Mon,  2 Jan 2023 01:17:05 +0100

Makefile: Fix chkpw.3 install

Diffstat:

MMakefile2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile b/Makefile @@ -45,7 +45,7 @@ install: all mkdir -p $(DESTDIR)$(LIBDIR)/ cp -p $(LIBSO) $(LIBA) $(DESTDIR)$(LIBDIR)/ mkdir -p $(DESTDIR)$(MANDIR)/man3/ - cp -p chkpwd.8 $(DESTDIR)$(MANDIR)/man3/ + cp -p chkpw.3 $(DESTDIR)$(MANDIR)/man3/ mkdir -p $(DESTDIR)$(MANDIR)/man8/ cp -p $(EXE).8 $(DESTDIR)$(MANDIR)/man8/