From 8b1625be2becb4ad12cdbaff24d274d7eeba3db8 Mon Sep 17 00:00:00 2001 From: Aaron Gyes Date: Mon, 19 Sep 2016 17:18:43 -0700 Subject: [PATCH] Fix "libraryn" typo --- Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.in b/Makefile.in index f90a4f14c..fa7968aeb 100644 --- a/Makefile.in +++ b/Makefile.in @@ -664,7 +664,7 @@ install-force: all install-translations | show-datadir show-sysconfdir show-extr $v $(INSTALL) -m 755 -d $(DESTDIR)$(extra_confdir) ||: @echo "Installing pkgconfig file" $v $(INSTALL) -m 644 fish.pc $(DESTDIR)$(datadir)/pkgconfig - @echo "Installing the $(bo)fish completion libraryn$(sgr0)..."; + @echo "Installing the $(bo)fish completion library$(sgr0)..."; $v for i in $(COMPLETIONS_DIR_FILES:%='%'); do \ $(INSTALL) -m 644 $$i $(DESTDIR)$(datadir)/fish/completions/; \ done;