at 16.09-beta 11 lines 505 B view raw
1--- a/plugin/Makefile 2013-09-18 13:55:11.091652553 +0200 2+++ b/plugin/Makefile 2013-09-18 13:58:27.513618750 +0200 3@@ -60,7 +60,7 @@ 4 for path in $(NPAPI_PLUGIN_PATHS); do \ 5 (../configure --internal--remove-link $(DESTDIR)$$path/libfribidplugin.so $(NPAPI_PLUGIN_LIB) || exit 1) && \ 6 install -d $(DESTDIR)$$path && \ 7- ln -sf $(NPAPI_PLUGIN_LIB) $(DESTDIR)$$path/libfribidplugin.so; \ 8+ ln -sf $(DESTDIR)$(NPAPI_PLUGIN_LIB) $(DESTDIR)$$path/libfribidplugin.so; \ 9 done 10 11 uninstall: