diff options
-rw-r--r-- | Makefile.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.in b/Makefile.in index 4f3e1bc9..316b7060 100644 --- a/Makefile.in +++ b/Makefile.in @@ -161,6 +161,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) |