X-Git-Url: http://gitweb.fperrin.net/?p=DictionaryPC.git;a=blobdiff_plain;f=compile.sh;h=7b0021f4b9f7f6ffa2201a487ebccad7b51ca145;hp=95f968654846e8ed3808a2dfa8b82ac04ae264f8;hb=f37d4e6b31795ca783ab34c4fff7a388f92090ac;hpb=fd618395946a050679707251fbff105e9340c240 diff --git a/compile.sh b/compile.sh index 95f9686..7b0021f 100755 --- a/compile.sh +++ b/compile.sh @@ -6,7 +6,7 @@ XERCES=/usr/share/java/xercesImpl.jar test -r "$XERCES" || XERCES=/usr/share/xerces-2/lib/xercesImpl.jar COMMONS=/usr/share/java/commons-lang3.jar test -r "$COMMONS" || COMMONS=/usr/share/commons-lang-3.3/lib/commons-lang.jar -COMMONS_COMPRESS=/usr/share/java/commons-compress-1.13.jar +COMMONS_COMPRESS=/usr/share/java/commons-compress.jar if [ ! -x ../Dictionary ] ; then echo "You need to clone the Dictionary repository (including subprojects) into .." exit 1