thelema / odb

Oasis-db downloader and installer
Do What The F*ck You Want To Public License
33 stars 7 forks source link

Auto-detect writability of the install dir #24

Open thelema opened 12 years ago

thelema commented 12 years ago

--have-perms shouldn't be necessary, odb can/should detect writability of install path by itself and enable --have-perms whenever it's needed.

thelema commented 12 years ago

needs to detect two things independently: findlib installability and other (executable) installability. detecting just the first led to breaking ocamlbrew. Needs more thought.