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 \
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 \