Fixed a typo in message of make install. Thanks to Jakub Wilk.

This commit is contained in:
Thomas Schmitt 2014-12-29 11:00:59 +00:00
parent 5c154a478e
commit 44f064fea0
2 changed files with 2 additions and 2 deletions

View File

@ -77,7 +77,7 @@ libinclude_HEADERS = \
libburn/libburn.h libburn/libburn.h
install-exec-hook: 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)"
## ========================================================================= ## ## ========================================================================= ##

View File

@ -1 +1 @@
#define Cdrskin_timestamP "2014.12.21.221245" #define Cdrskin_timestamP "2014.12.29.105910"