]> git.ipfire.org Git - ipfire-2.x.git/commitdiff
xtables-addons: Fix typo in lfs
authorMatthias Fischer <matthias.fischer@ipfire.org>
Fri, 11 Jan 2019 00:32:37 +0000 (01:32 +0100)
committerMichael Tremer <michael.tremer@ipfire.org>
Fri, 11 Jan 2019 00:08:46 +0000 (00:08 +0000)
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>
lfs/xtables-addons

index da67aa761e84a6e224289451cc745f4e402fb559..260820955a918324059216fdc48170ebeb64b8ff 100644 (file)
@@ -96,7 +96,7 @@ ifeq "$(USPACE)" "1"
        cd $(DIR_APP) && make install
 
        # Install xt_geoip_build.
        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 \
                /usr/local/bin/
 else
        cd $(DIR_APP) && ./configure \