diff options
author | Alfredo Tupone <tupone@gentoo.org> | 2022-02-01 21:17:55 +0100 |
---|---|---|
committer | Alfredo Tupone <tupone@gentoo.org> | 2022-02-01 21:17:55 +0100 |
commit | 0b729aa60887a2b07fb2ca315c16a771a09393c1 (patch) | |
tree | 1eaf21016619f1540888a985811e7de14b2561e9 /dev-ml | |
parent | net-p2p/qbittorrent: Version bump (v4.4.0) (diff) | |
download | gentoo-0b729aa60887a2b07fb2ca315c16a771a09393c1.tar.gz gentoo-0b729aa60887a2b07fb2ca315c16a771a09393c1.tar.bz2 gentoo-0b729aa60887a2b07fb2ca315c16a771a09393c1.zip |
dev-ml/camlidl: fix install
Closes: https://bugs.gentoo.org/832515
Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Alfredo Tupone <tupone@gentoo.org>
Diffstat (limited to 'dev-ml')
-rw-r--r-- | dev-ml/camlidl/camlidl-1.09.ebuild | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/dev-ml/camlidl/camlidl-1.09.ebuild b/dev-ml/camlidl/camlidl-1.09.ebuild index 2861e48e26d7..3857dcc1ea41 100644 --- a/dev-ml/camlidl/camlidl-1.09.ebuild +++ b/dev-ml/camlidl/camlidl-1.09.ebuild @@ -53,6 +53,7 @@ src_install() { dodir "${libdir#${EPREFIX}}"/caml dodir /usr/bin + dodir /usr/$(get_libdir)/ocaml/stublibs # Install emake BINDIR="${ED}/usr/bin" OCAMLLIB="${D}${libdir}" RANLIB="$(tc-getRANLIB)" install |