From: Matthias Fischer Date: Fri, 11 Jan 2019 00:32:37 +0000 (+0100) Subject: xtables-addons: Fix typo in lfs X-Git-Url: http://git.ipfire.org/?p=people%2Fpmueller%2Fipfire-2.x.git;a=commitdiff_plain;h=035f6c75aed2165a8ecd92571c48daf07edf4ab5 xtables-addons: Fix typo in lfs Just some typos... Best, Matthias Signed-off-by: Matthias Fischer Signed-off-by: Stefan Schantl Signed-off-by: Michael Tremer --- diff --git a/lfs/xtables-addons b/lfs/xtables-addons index da67aa761e..260820955a 100644 --- a/lfs/xtables-addons +++ b/lfs/xtables-addons @@ -96,7 +96,7 @@ ifeq "$(USPACE)" "1" cd $(DIR_APP) && make install # Install xt_geoip_build. - cd $(DIR_APP) && install -m 755 GeoIP/xt_geoip_build \ + cd $(DIR_APP) && install -m 755 geoip/xt_geoip_build \ /usr/local/bin/ else cd $(DIR_APP) && ./configure \