From 21c434d88c61d86d3f7cc1fc755b88c4dee469e3 Mon Sep 17 00:00:00 2001 From: Thomas Schmitt Date: Mon, 29 Dec 2014 10:59:24 +0000 Subject: [PATCH] Fixed a typo in message of make install. Thanks to Jakub Wilk. --- Makefile.am | 2 +- xorriso/xorriso_timestamp.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile.am b/Makefile.am index b0d7d8bc..7f941481 100644 --- a/Makefile.am +++ b/Makefile.am @@ -129,7 +129,7 @@ install-exec-hook: ln -s xorriso "$(DESTDIR)$(bindir)"/osirrox if test -e "$(DESTDIR)$(bindir)"/xorrecord ; then rm "$(DESTDIR)$(bindir)"/xorrecord ; else echo ; fi ln -s xorriso "$(DESTDIR)$(bindir)"/xorrecord - $(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)" # Alternative to the disabled .PHONY above. diff --git a/xorriso/xorriso_timestamp.h b/xorriso/xorriso_timestamp.h index f0dbaf07..c7417adb 100644 --- a/xorriso/xorriso_timestamp.h +++ b/xorriso/xorriso_timestamp.h @@ -1 +1 @@ -#define Xorriso_timestamP "2014.12.21.222445" +#define Xorriso_timestamP "2014.12.29.105732"