summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
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)