]> git.ipfire.org Git - people/teissler/ipfire-2.x.git/commitdiff
cfgroot: Fix typo in path.
authorMichael Tremer <michael.tremer@ipfire.org>
Tue, 3 Sep 2013 14:55:35 +0000 (16:55 +0200)
committerMichael Tremer <michael.tremer@ipfire.org>
Tue, 3 Sep 2013 14:55:35 +0000 (16:55 +0200)
lfs/configroot

index 7232e14b64e0c4cdc5b0ff8582d327b7df02d3e6..d91dbeb8b5fba73e36e665a4850be41c635a7c24 100644 (file)
@@ -162,7 +162,7 @@ $(TARGET) :
        for i in backup/ header.pl general-functions.pl graphs.pl lang.pl addon-lang/ langs/ red/ ; do \
             chown -R root:root $(CONFIG_ROOT)/$$i; \
        done
-       chown -Rv root:root $(CONFIG_ROOT)/bin
+       chown -Rv root:root $(CONFIG_ROOT)/*/bin
        chown root:nobody $(CONFIG_ROOT)/dhcpc
 
        @$(POSTBUILD)