From 5c6ce72c02b5e43a37de323ea68184a3f0f0160a Mon Sep 17 00:00:00 2001 From: Thomas Schmitt Date: Mon, 29 Dec 2014 11:51:30 +0100 Subject: [PATCH] Fixed a typo in message of make install. Debian bug 774140. Thanks to Jakub Wilk. --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index 4bdcbc6..18d5d9a 100644 --- a/Makefile.am +++ b/Makefile.am @@ -89,7 +89,7 @@ libinclude_HEADERS = \ libisofs/libisofs.h install-exec-hook: - $(LIBBURNIA_LDCONFIG_CMD) "$(DESTDIR)$(libdir)" || echo 'NOTE: Explicite dynamic library configuration failed. If needed, configure manually for:' "$(DESTDIR)$(libdir)" + $(LIBBURNIA_LDCONFIG_CMD) "$(DESTDIR)$(libdir)" || echo 'NOTE: Explicit dynamic library configuration failed. If needed, configure manually for:' "$(DESTDIR)$(libdir)" ## ========================================================================= ##