summaryrefslogtreecommitdiff
path: root/build_cross.sh
diff options
context:
space:
mode:
authorAndreas Baumann <mail@andreasbaumann.cc>2018-02-01 22:38:44 +0100
committerAndreas Baumann <mail@andreasbaumann.cc>2018-02-01 22:38:44 +0100
commitd717823cde98d4c534ccbb52329ff98f8719ab36 (patch)
tree280da86db1f11ea819fab5d9fb1cb8416bf3c029 /build_cross.sh
parent655acd3a233b60c5618d0239e9a716865c0b595a (diff)
downloadbootstrap32-d717823cde98d4c534ccbb52329ff98f8719ab36.tar.xz
bugfixing, complete rebuild
added a todo list building up to shadow, net-tools still breaks
Diffstat (limited to 'build_cross.sh')
-rwxr-xr-xbuild_cross.sh2
1 files changed, 1 insertions, 1 deletions
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