summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2014-03-06 12:26:00 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2014-03-06 12:26:00 +0100
commit0e0a2444db5dd41d5cec523ce183ace747fcfc74 (patch)
treee5999ea4346e38899700185b3d2540d398c427b2 /scripts
parentb563b8fd141c741932c110c2901fab555f5b22ef (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