summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2014-03-06 10:58:56 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2014-03-06 10:58:56 +0100
commitf08b4c7266e74e024af7189788baf346f3c23e36 (patch)
treedc9fa7c898529ee70584f575722b9f902a076f8e /scripts
parenteb497ab7d9a1a68f71ba9169185c302528c972c3 (diff)
parent0988b9eedebea9e005d3920da0f13ecabf339763 (diff)
Merge branch 'master' of git+ssh://openadk.org/git/openadk
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