changeset 2633:13fb4ad982fc

Fix #514: Permit reinstallation of symlink https://github.com/BestImageViewer/geeqie/pull/514
author mandree <>
date Sun, 15 Oct 2017 11:50:37 +0100
parents 22a9496e46c0
children 8cdd84a6a8e9
files doc/Makefile.am
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/doc/Makefile.am	Sat Oct 14 09:07:13 2017 +0100
+++ b/doc/Makefile.am	Sun Oct 15 11:50:37 2017 +0100
@@ -18,7 +18,7 @@
 	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: