From 15a4ba46941352023198ac69828f8e36f6e2ed14 Mon Sep 17 00:00:00 2001 From: jief Date: Mon, 17 Feb 2020 15:14:21 +0300 Subject: [PATCH] wrong name in exitence test of mtoc --- ebuild.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ebuild.sh b/ebuild.sh index 214c878f6..f678ad901 100755 --- a/ebuild.sh +++ b/ebuild.sh @@ -215,11 +215,11 @@ checkXcode () { echo "ERROR: Install Xcode Tools from Apple before using this script." >&2; exit 1 fi - if [[ -x "/opt/local/bin/mtoc.NEW" ]]; then + if [[ -x "/opt/local/bin/mtoc.NEW_jief" ]]; then export MTOC_PREFIX="/opt/local/bin/" - elif [[ -x "${LOCALBIN}/mtoc.NEW" ]]; then + elif [[ -x "${LOCALBIN}/mtoc.NEW_jief" ]]; then export MTOC_PREFIX="${LOCALBIN}/" - elif [[ -x "${TOOLCHAIN_DIR}/bin/mtoc.NEW" ]]; then + elif [[ -x "${TOOLCHAIN_DIR}/bin/mtoc.NEW_jief" ]]; then export MTOC_PREFIX="${TOOLCHAIN_DIR}/bin/" else export MTOC_PREFIX="${TOOLCHAIN_DIR}/bin/"