From 035f6c75aed2165a8ecd92571c48daf07edf4ab5 Mon Sep 17 00:00:00 2001 From: Matthias Fischer Date: Fri, 11 Jan 2019 01:32:37 +0100 Subject: [PATCH] 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 --- lfs/xtables-addons | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 \ -- 2.39.2