From 27a1c07a8feba0dad446d4860351ed8d206d02bd Mon Sep 17 00:00:00 2001 From: Ivica Ico Bukvic <ico@vt.edu> Date: Mon, 25 Mar 2013 21:25:06 -0400 Subject: [PATCH] improvements to the incremental install --- packages/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/Makefile b/packages/Makefile index 4ce40a496..3f0790ff7 100644 --- a/packages/Makefile +++ b/packages/Makefile @@ -265,9 +265,9 @@ endif # links to keep the old-style placement for Gem examples in the Help Browser ifneq ($(OS_NAME),windows) install -d $(DESTDIR)$(examplesdir) - ln -s ../../extra/$(GEM_NAME)/examples $(DESTDIR)$(examplesdir)/$(GEM_NAME) + ln -sf ../../extra/$(GEM_NAME)/examples $(DESTDIR)$(examplesdir)/$(GEM_NAME) install -d $(DESTDIR)$(manualsdir) - ln -s ../../extra/$(GEM_NAME)/manual $(DESTDIR)$(manualsdir)/$(GEM_NAME) + ln -sf ../../extra/$(GEM_NAME)/manual $(DESTDIR)$(manualsdir)/$(GEM_NAME) endif -- GitLab