Diff dune-3.1.1 with a dune-3.2.0
/usr/portage/dev-ml/dune/dune-3.2.0.ebuild 2023-10-09 14:52:29.788368358 +0300 | ||
---|---|---|
37 | 37 |
src_configure() { |
38 | 38 |
./configure \ |
39 | 39 |
--libdir="$(ocamlc -where)" \ |
40 |
--mandir="/usr/share/man" \ |
|
40 |
--mandir=/usr/share/man \ |
|
41 |
--docdir=/usr/doc \ |
|
42 |
--etcdir=/etc \ |
|
43 |
--datadir=/usr/share \ |
|
44 |
--sbindir=/usr/sbin \ |
|
45 |
--bindir=/usr/bin \ |
|
41 | 46 |
|| die |
42 | 47 |
} |
43 | 48 | |
... | ... | |
50 | 55 |
} |
51 | 56 | |
52 | 57 |
src_install() { |
53 |
./dune.exe install --destdir="${D}" --prefix=/usr/ \ |
|
54 |
--libdir=$(ocamlc -where) "${PN}" \ |
|
55 |
|| die |
|
58 |
default |
|
56 | 59 | |
57 | 60 |
dodir /usr/share/doc |
58 | 61 |
mv "${ED}"/usr/doc/dune "${ED}"/usr/share/doc/${PF} || die |