From 3160ae15f4eaf2b3fcf9e1230092781d6c86bee4 Mon Sep 17 00:00:00 2001 From: Dobrica Pavlinusic Date: Sat, 7 Apr 2012 13:37:13 +0200 Subject: [PATCH] make fetchthirdparty fails on existing data dir #77 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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-*/ && \