Closed werebus closed 14 years ago
No to both, I was using the rake task, rake smeagol:install
; I actually don't see where the bootstrap.sh script is; is that from cinderella?
Oh, doh. The joys of having all these projects overlap. :)
I'll add something later today to handle that issue, it's created for you during hte bootstrap process in cinderella so I can see why you have issues.
This should be fixed, thanks for the heads up!
Thanks, looks good.
The "ensuring default rubygems are installed" script in the ruby recipe tries to log to
~/.cinderella/bootstrap.log
, but the~/.cinderella/
directory doesn't exist on my machine so the script fails. Should it just log to~/.cinderella.log
as the other tasks do?