mirror of
https://github.com/koreader/koreader.git
synced 2025-08-10 00:52:38 +00:00
make fetchthirdparty fails on existing data dir #77
This commit is contained in:
2
Makefile
2
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-*/ && \
|
||||
|
||||
Reference in New Issue
Block a user