mordak / playbook-dev-tools

gcc for the Blackberry Playbook, and maybe some other stuff..
54 stars 31 forks source link

build.sh aborts on fresh install due to missing conf/ directory #2

Closed jamespatrickwhite closed 11 years ago

jamespatrickwhite commented 11 years ago

On a fresh install, the conf/ directory is looked for in lib.sh, but hasn't been created by init() and aborts. Temporarily modifying the script to force init() to run, and then reverting it back to the original condition after the conf directory had been created and populated, appears to work.

mordak commented 11 years ago

Good catch. I have pushed a fix that should sort this out (and did a clean build from a fresh checkout on my system just to make sure). Thank you!