summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorDave Olson <olson@cumulusnetworks.com>2017-06-22 09:27:28 -0700
committerDave Olson <olson@cumulusnetworks.com>2017-06-22 09:48:45 -0700
commit33801fc3071c8a161250b15c3815fc19ca20e41a (patch)
tree1935bfa423cedc9bfbb951416a1e26479978194f /Makefile
parent061334771b143b7f47caccba8525be6e041a252f (diff)
downloadlibnss-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--Makefile2
1 files changed, 1 insertions, 1 deletions
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)