Remove a leftover geoip reference from the linux packaging script

This commit is contained in:
abcdefg30
2019-12-31 17:59:29 +01:00
committed by Paul Chote
parent 79136a520f
commit a9f37bc9f1

View File

@@ -49,7 +49,7 @@ pushd "${SRCDIR}" > /dev/null || exit 1
make clean
# linux-dependencies target will trigger the lua detection script, which we don't want during packaging
make cli-dependencies geoip-dependencies
make cli-dependencies
sed "s/@LIBLUA51@/liblua5.1.so.0/" thirdparty/Eluant.dll.config.in > Eluant.dll.config
make core