summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2014-03-06 10:17:28 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2014-03-06 10:17:28 +0100
commit1e34c444c13235ee24867d96a796a047705695c1 (patch)
tree6d43e251905f473a5a1b5b19f29c8e2f169b1c07 /scripts
parent3723786959d32721306929a3a073fc9806b51ff4 (diff)
fix wrong path, reported by George
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/create.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/create.sh b/scripts/create.sh
index f5309f884..2d18cc64a 100755
--- a/scripts/create.sh
+++ b/scripts/create.sh
@@ -44,7 +44,7 @@ test -n "$KSH_VERSION" || if ! which mksh >/dev/null 2>&1; then
gzip -dc dl/"$df" | (cd build_mksh; cpio -mid)
cd build_mksh/mksh
bash Build.sh -r -c lto || bash Build.sh -r || exit 1
- cp mksh "$TOPDIR"/bin
+ cp mksh "$TOPDIR"/host_$HOST/usr/bin
cd "$TOPDIR"
rm -rf build_mksh
fi