Bad repo URL & make command for uPDFParser library

This commit is contained in:
Grégory Soutadé 2021-08-25 21:59:02 +02:00
parent 8a2b22ca9b
commit fb812964e0
1 changed files with 2 additions and 2 deletions

View File

@ -15,8 +15,8 @@ fi
# uPDFParser
if [ ! -d lib/updfparser ] ; then
git clone http://indefero.soutade.fr/p/updfparser lib/updfparser
git clone git://soutade.fr/updfparser.git lib/updfparser
pushd lib/updfparser
make STATIC=1 SHARED=0
make BUILD_STATIC=1 BUILD_SHARED=0
popd
fi