diff options
author | Dave Olson <olson@cumulusnetworks.com> | 2017-06-22 09:27:28 -0700 |
---|---|---|
committer | Dave Olson <olson@cumulusnetworks.com> | 2017-06-22 09:48:45 -0700 |
commit | 33801fc3071c8a161250b15c3815fc19ca20e41a (patch) | |
tree | 1935bfa423cedc9bfbb951416a1e26479978194f /Makefile | |
parent | 061334771b143b7f47caccba8525be6e041a252f (diff) | |
download | libnss-mapuser-33801fc3071c8a161250b15c3815fc19ca20e41a.tar.gz libnss-mapuser-33801fc3071c8a161250b15c3815fc19ca20e41a.zip |
Fixed naming of nss_mapuser.5 and conf file; naming in manpages
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) |