oasis
oasis copied to clipboard
parent directories are not created with setup.ml -install
This feature request has been migrated from artifact #1122 on forge.ocamlcore.org. It was assigned to user102.
user437 posted on 2012-03-24 21:11:07:
Parent directories are not created with setup.ml -install
The install is configurable with different paths, so not only the missing destination directory should be created but also the parent directories.
If a binary is supposed to go in /usr/local/bin/myprog currently oasis will fail with mkdir /usr/local/bin if /usr/local doesn't exists yet.