cfgroot: Fix typo in path.

This commit is contained in:
Michael Tremer
2013-09-03 16:55:35 +02:00
parent a0010abd6f
commit 7b906cb23a

View 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)