summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristophe Romain <christophe.romain@process-one.net>2014-10-30 15:47:33 +0100
committerChristophe Romain <christophe.romain@process-one.net>2014-10-30 15:47:33 +0100
commitb550f247e74e86cac20027b8527e3ddd209837bc (patch)
tree14d00a2329da0e195b37609538d8da6a58873b7a
parentMerge pull request #328 from flygoast/master (diff)
fix invalid path of jiffy.so on install #309
-rw-r--r--Makefile.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.in b/Makefile.in
index 52587985..d338df0d 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -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)