Ticket #7861: configure.diff

File configure.diff, 586 bytes (added by sffjunkie, 13 years ago)

Diff to configure command

  • configure

     
    497497
    498498# check for case-sensitive filesystem if on darwin
    499499if [ $HOST_PLATFORM = "darwin" ]; then
    500     diskutil info $(pwd) | grep -i "case-sensitive" > /dev/null
     500    diskutil info `echo $(pwd) | awk 'BEGIN { FS="/" } { print "/"$2"/"$3 }'` | grep -i "case-sensitive" > /dev/null
    501501    if [ $? != 0 ]; then
    502502        echo "You need a case-sensitive file-system to build Haiku."
    503503        echo "Please see the following guide on how to set one up:"