From mboxrd@z Thu Jan 1 00:00:00 1970 From: Matthias Fischer To: development@lists.ipfire.org Subject: [PATCH] xtables-addons: Fix typo in lfs Date: Fri, 11 Jan 2019 01:32:37 +0100 Message-ID: <20190111003237.29348-1-matthias.fischer@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============4820220025634590381==" List-Id: --===============4820220025634590381== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit Just some typos... Best, Matthias Signed-off-by: Matthias Fischer --- lfs/xtables-addons | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lfs/xtables-addons b/lfs/xtables-addons index da67aa761..260820955 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.18.0 --===============4820220025634590381==--