]> git.ipfire.org Git - thirdparty/xtables-addons.git/commit
geoip: build tool should not rely on directory name
authorJan Engelhardt <jengelh@inai.de>
Fri, 7 Sep 2018 12:59:01 +0000 (14:59 +0200)
committerJan Engelhardt <jengelh@inai.de>
Fri, 7 Sep 2018 13:03:20 +0000 (15:03 +0200)
commit5e19871613e21050f44e11327adf867b002cbaf8
treeb484faec3ab4c9afcf0cfd4628729cd1a6eb963b
parent30fb4100036cae99d528518684e7178a2dcca547
geoip: build tool should not rely on directory name

Fix this:

GeoLite2-Country-CSV_20180905$ /usr/lib/xtables-addons/xt_geoip_build

Use of uninitialized value $dir in concatenation (.) or string at
/usr/lib/xtables-addons/xt_geoip_build line 59.
Couldn't open list country names

Do not rely on any directory names (they change). Use the current
directory as the default source directory, similar to the older
xt_geoip_build (well, *.csv was passed as arguments).
doc/changelog.txt
geoip/xt_geoip_build
geoip/xt_geoip_build.1