25
1
mirror of https://github.com/processone/ejabberd.git synced 2024-11-20 16:15:59 +01:00

fix invalid path of jiffy.so on install #309

This commit is contained in:
Christophe Romain 2014-10-30 15:47:33 +01:00
parent 56dab7ddbe
commit b550f247e7

View File

@ -157,6 +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;)
#
# Translated strings
$(INSTALL) -d $(MSGSDIR)