From b09c81f022b5c9cb55a3f95b6e794795efc2687d Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Wed, 19 Feb 2014 07:44:09 +0100 Subject: fix bindir path --- scripts/create.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'scripts/create.sh') diff --git a/scripts/create.sh b/scripts/create.sh index 058942314..634a87643 100755 --- a/scripts/create.sh +++ b/scripts/create.sh @@ -31,8 +31,8 @@ TOPDIR=$(pwd) me=$0 case :$PATH: in -(*:$TOPDIR/bin/tools:*) ;; -(*) export PATH=$PATH:$TOPDIR/bin/tools ;; +(*:$TOPDIR/bin:*) ;; +(*) export PATH=$PATH:$TOPDIR/bin ;; esac test -n "$KSH_VERSION" || if ! which mksh >/dev/null 2>&1; then @@ -43,7 +43,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/tools/ + cp mksh "$TOPDIR"/bin cd "$TOPDIR" rm -rf build_mksh fi -- cgit v1.2.3