This commit is contained in:
swrup 2025-11-11 02:07:51 +01:00
parent aa2ff7b2f0
commit 2f3113f55d
11742 changed files with 1223940 additions and 0 deletions

View file

@ -0,0 +1,23 @@
Here we specify the behaviour of dune install when no install prefix is given.
$ cat > dune-project << EOF
> (lang dune 3.9)
> EOF
$ cat > dune << EOF
> (executable
> (public_name main))
> EOF
$ cat > main.ml
$ cat > proj.opam
$ dune build @install
We should suggest to the user here that they should use --prefix.
$ unset OPAM_SWITCH_PREFIX
$ dune install
Error: The mandir installation directory is unknown.
Hint: It can be specified with '--prefix' or by setting '--mandir'
[1]