From 44f064fea0e2f05732357adeb906e5723f138a60 Mon Sep 17 00:00:00 2001 From: Thomas Schmitt Date: Mon, 29 Dec 2014 11:00:59 +0000 Subject: [PATCH] Fixed a typo in message of make install. Thanks to Jakub Wilk. --- Makefile.am | 2 +- cdrskin/cdrskin_timestamp.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile.am b/Makefile.am index dae0bb9..e2ee6b5 100644 --- a/Makefile.am +++ b/Makefile.am @@ -77,7 +77,7 @@ libinclude_HEADERS = \ libburn/libburn.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)" ## ========================================================================= ## diff --git a/cdrskin/cdrskin_timestamp.h b/cdrskin/cdrskin_timestamp.h index a2c5f56..f7a2a21 100644 --- a/cdrskin/cdrskin_timestamp.h +++ b/cdrskin/cdrskin_timestamp.h @@ -1 +1 @@ -#define Cdrskin_timestamP "2014.12.21.221245" +#define Cdrskin_timestamP "2014.12.29.105910"