Index: branches/blackosx/package/Scripts/Sub/WriteChameleonStage2.sh =================================================================== --- branches/blackosx/package/Scripts/Sub/WriteChameleonStage2.sh (revision 1628) +++ branches/blackosx/package/Scripts/Sub/WriteChameleonStage2.sh (revision 1629) @@ -36,9 +36,9 @@ if [ "${selectedDestination}" = "/Volumes/EFI" ]; then #echo "DEBUG: EFI install chosen" - if [ ! -d "${selectedDestination}" ]; then + if [ ! -e "${selectedDestination}" ]; then #echo "DEBUG: Executing Command: mkdir -p ${selectedDestination}" - mkdir -p "${targetVolume}" + mkdir -p "${selectedDestination}" #else #echo "DEBUG: folder /Volumes/EFI already exists" fi