diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2014-03-06 12:26:00 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2014-03-06 12:26:00 +0100 |
commit | 0e0a2444db5dd41d5cec523ce183ace747fcfc74 (patch) | |
tree | e5999ea4346e38899700185b3d2540d398c427b2 /scripts | |
parent | b563b8fd141c741932c110c2901fab555f5b22ef (diff) | |
parent | 0988b9eedebea9e005d3920da0f13ecabf339763 (diff) |
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/create.sh | 2 |
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 |