From 33801fc3071c8a161250b15c3815fc19ca20e41a Mon Sep 17 00:00:00 2001 From: Dave Olson Date: Thu, 22 Jun 2017 09:27:28 -0700 Subject: Fixed naming of nss_mapuser.5 and conf file; naming in manpages --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 598123f..d32c8f5 100644 --- a/Makefile +++ b/Makefile @@ -44,7 +44,7 @@ install: all $(DESTDIR)$(LIBDIR)/${NSSNAMELIB} $(STRIP) --strip-all --keep-symbol=_nss_mapuid_getpwuid_r \ $(DESTDIR)$(LIBDIR)/${NSSUIDLIB} - install -m 644 mapuser_nss.conf $(DESTDIR)/etc/ + install -m 644 nss_mapuser.conf $(DESTDIR)/etc/ clean: rm -f *.o $(NSSNAMELIB) $(NSSUIDLIB) -- cgit v1.2.3