diff --git a/Makefile b/Makefile index 709fab96c..f9b2c1e32 100644 --- a/Makefile +++ b/Makefile @@ -116,7 +116,7 @@ fetchthirdparty: -rm -Rf mupdf/thirdparty git submodule init git submodule update - ln -s kpvcrlib/crengine/cr3gui/data data + ln -sf kpvcrlib/crengine/cr3gui/data data test -f mupdf-thirdparty.zip || wget http://www.mupdf.com/download/mupdf-thirdparty.zip unzip mupdf-thirdparty.zip -d mupdf cd mupdf/thirdparty/jpeg-*/ && \