]> granicus.if.org Git - ejabberd/commitdiff
don't stop on error if jiffy.so symlink exists #309
authorChristophe Romain <christophe.romain@process-one.net>
Thu, 30 Oct 2014 16:43:57 +0000 (17:43 +0100)
committerChristophe Romain <christophe.romain@process-one.net>
Thu, 30 Oct 2014 16:43:57 +0000 (17:43 +0100)
Makefile.in

index d338df0d897399c76a1f68cfe29881c12b404070..c87d1af29c4949f3cff9cd8c17c0b68b374d3775 100644 (file)
@@ -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)