mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-11 11:35:54 +02:00
xtables-addons: Fix typo in lfs
Just some typos... Best, Matthias Signed-off-by: Matthias Fischer <matthias.fischer@ipfire.org> Signed-off-by: Stefan Schantl <stefan.schantl@ipfire.org> Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
This commit is contained in:
committed by
Michael Tremer
parent
01db691a1e
commit
035f6c75ae
@@ -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 \
|
||||
|
||||
Reference in New Issue
Block a user