From: Michael Tremer Date: Sat, 11 Oct 2008 22:11:54 +0000 (+0000) Subject: Fixed the creation of the toolchain dir. X-Git-Tag: v3.0-alpha1~560 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=eac267c0982bb3836349212a5df8a8f53d54fa6c;p=ipfire-3.x.git Fixed the creation of the toolchain dir. --- diff --git a/tools/make-include b/tools/make-include index a73c78693..e7147c687 100644 --- a/tools/make-include +++ b/tools/make-include @@ -689,6 +689,7 @@ fi gettoolchain() { check_user + [ -d "${DIR_TOOLCHAIN}" ] || mkdir -p ${DIR_TOOLCHAIN} if [ ! -f $BASEDIR/cache/toolchains/$TOOLCHAINNAME.tar.bz2 ]; then URL_TOOLCHAIN=$(grep URL_TOOLCHAIN lfs/Config | awk '{ print $3 }') DIR_TOOLCHAIN="$BASEDIR/cache/toolchains"