make fetchthirdparty fails on existing data dir #77

This commit is contained in:
Dobrica Pavlinusic
2012-04-07 13:37:13 +02:00
parent 3992fdca0f
commit 3160ae15f4

View File

@@ -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-*/ && \