Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/processone/ejabberd.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristophe Romain <christophe.romain@process-one.net>2014-10-30 19:43:57 +0300
committerChristophe Romain <christophe.romain@process-one.net>2014-10-30 19:43:57 +0300
commit295681283aaea6a21a99bd4c72afd9b0a68c966e (patch)
tree9bb9c1b7c26a34f1ce8ce8910c0a817481a7b222 /Makefile.in
parentb550f247e74e86cac20027b8527e3ddd209837bc (diff)
don't stop on error if jiffy.so symlink exists #309
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in2
1 files changed, 1 insertions, 1 deletions
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)