xtables-addons: Fix typo in lfs

Message ID 20190111003237.29348-1-matthias.fischer@ipfire.org
State Accepted
Commit 035f6c75aed2165a8ecd92571c48daf07edf4ab5
Headers
Series xtables-addons: Fix typo in lfs |

Commit Message

Matthias Fischer Jan. 11, 2019, 11:32 a.m. UTC
  Just some typos...

Best,
Matthias

Signed-off-by: Matthias Fischer <matthias.fischer@ipfire.org>
---
 lfs/xtables-addons | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
  

Comments

Stefan Schantl Jan. 11, 2019, 8:06 p.m. UTC | #1
Signed-off-by: Stefan Schantl <stefan.schantl@ipfire.org>
> Just some typos...
> 
> Best,
> Matthias
> 
> Signed-off-by: Matthias Fischer <matthias.fischer@ipfire.org>
> ---
>  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 \
  

Patch

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 \