]> gitweb.fperrin.net Git - DictionaryPC.git/blobdiff - compile.sh
Add support for generating Romani dictionary.
[DictionaryPC.git] / compile.sh
index 95f968654846e8ed3808a2dfa8b82ac04ae264f8..7b0021f4b9f7f6ffa2201a487ebccad7b51ca145 100755 (executable)
@@ -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