From 2d5611e5e1f37f8906e0d63cdaed28fbe3cde67b Mon Sep 17 00:00:00 2001 From: mandree <> Date: Sun, 15 Oct 2017 11:50:37 +0100 Subject: [PATCH] Fix #514: Permit reinstallation of symlink https://github.com/BestImageViewer/geeqie/pull/514 --- doc/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/Makefile.am b/doc/Makefile.am index 3d9963a0..6dc40795 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -18,7 +18,7 @@ install-data-hook: html if [ -x "$(GNOME_DOC_TOOL)" ]; then \ $(MKDIR_P) "$(DESTDIR)$(helpdir)" || exit 1; \ cd $(srcdir)/html; for f in * ; do $(INSTALL_DATA) "$$f" "$(DESTDIR)$(helpdir)/$$f" ; done; \ - ln -s GuideIndex.html "$(DESTDIR)$(helpdir)/index.html" ; \ + ln -s -f GuideIndex.html "$(DESTDIR)$(helpdir)/index.html" ; \ fi uninstall-hook: -- 2.20.1