From: Matthias Rampke Date: Fri, 12 Aug 2011 13:12:32 +0000 (+0200) Subject: by default do not work in the current direktory X-Git-Url: http://wien.tomnetworks.com/gitweb/?p=summon-arm-toolchain.git;a=commitdiff_plain;h=fc95f7b57d33b4069374e7d8e6d6f9e9af428d46 by default do not work in the current direktory --- diff --git a/summon-arm-toolchain b/summon-arm-toolchain index 7665da6..3c43ef4 100755 --- a/summon-arm-toolchain +++ b/summon-arm-toolchain @@ -96,7 +96,7 @@ fi export PATH="${PREFIX}/bin:${PATH}" -SUMMON_DIR=$(pwd) +SUMMON_DIR=${WORKDIR} SOURCES=${SUMMON_DIR}/sources STAMPS=${SUMMON_DIR}/stamps @@ -267,6 +267,7 @@ if [ ! -e libopenstm32-${LIBOPENSTM32}.tar.bz2 ]; then fi fi +mkdir -p ${SUMMON_DIR} cd ${SUMMON_DIR} if [ ! -e build ]; then