--- Bootstrap/bin/CreateGoboLinuxTree	2006-12-24 16:40:17.000000000 +0100
+++ Bootstrap/bin/mybin/CreateGoboLinuxTree	2007-05-05 14:57:03.000000000 +0200
@@ -84,7 +84,10 @@
     base_dir=`echo "$1" | cut -d"/" -f-$num_levels`
 
     # create the base (/System/SH4 == /System)
-    mkdir -p $base_dir
+	mkdir -p $base_dir
+
+	# Aitor - Ensures that works with no std locations
+	mkdir -p `echo $base_dir | cut -d"/" -f2-`
 
     # make a symlink ($PWD/System/SH4 -> ..)
     ln -s .. `echo "$1" | cut -d"/" -f2-`
