From d717823cde98d4c534ccbb52329ff98f8719ab36 Mon Sep 17 00:00:00 2001 From: Andreas Baumann Date: Thu, 1 Feb 2018 22:38:44 +0100 Subject: bugfixing, complete rebuild added a todo list building up to shadow, net-tools still breaks --- build_cross.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'build_cross.sh') diff --git a/build_cross.sh b/build_cross.sh index dffb1c4..790dbb8 100755 --- a/build_cross.sh +++ b/build_cross.sh @@ -26,7 +26,7 @@ fi if test ! -f "$CROSS_HOME/.ssh/id_rsa.pub"; then cp "$HOME/.ssh/id_rsa.pub" "$CROSS_HOME/.ssh/." cp "$HOME/.ssh/id_rsa" "$CROSS_HOME/.ssh/." - chown cross:cross "$CROSS_HOME/.ssh/id_rsa*" + chown cross:cross $CROSS_HOME/.ssh/id_rsa* fi if test ! -x /usr/local/bin/ct-ng; then -- cgit v1.2.3-54-g00ecf