From 295681283aaea6a21a99bd4c72afd9b0a68c966e Mon Sep 17 00:00:00 2001 From: Christophe Romain Date: Thu, 30 Oct 2014 17:43:57 +0100 Subject: [PATCH] don't stop on error if jiffy.so symlink exists #309 --- Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.in b/Makefile.in index d338df0d8..c87d1af29 100644 --- a/Makefile.in +++ b/Makefile.in @@ -157,7 +157,7 @@ install: all # Binary system libraries $(INSTALL) -d $(SODIR) $(INSTALL) -m 644 $(DLLs) $(SODIR) - [ -f $(SODIR)/jiffy.so ] && (cd $(PRIVDIR); ln -s lib/jiffy.so;) + [ -f $(SODIR)/jiffy.so ] && (cd $(PRIVDIR); ln -s lib/jiffy.so; true) # # Translated strings $(INSTALL) -d $(MSGSDIR) -- 2.40.0