From: Christophe Romain Date: Thu, 30 Oct 2014 16:43:57 +0000 (+0100) Subject: don't stop on error if jiffy.so symlink exists #309 X-Git-Tag: 14.12~26 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=295681283aaea6a21a99bd4c72afd9b0a68c966e;p=ejabberd don't stop on error if jiffy.so symlink exists #309 --- 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)