summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2014-03-06 10:56:26 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2014-03-06 10:56:26 +0100
commit0988b9eedebea9e005d3920da0f13ecabf339763 (patch)
treedbb75500caa7905ae8d7128690362ff831ad7a15 /scripts
parent8f60440edc30c41982916877253f73f348a12026 (diff)
parent1e34c444c13235ee24867d96a796a047705695c1 (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