dev-lang/mercury: keep java/csharp module directories

Package-Manager: Portage-2.3.40, Repoman-2.3.9
This commit is contained in:
Keri Harris
2018-07-19 10:55:26 +02:00
parent efc18639bc
commit 6d5d2c9108

View File

@@ -157,6 +157,14 @@ src_install() {
INSTALL_ELISP_DIR="${D}/${SITELISP}"/${PN} \
install || die "emake install failed"
if use java; then
keepdir /usr/$(get_libdir)/mercury/modules/java
fi
if use mono; then
keepdir /usr/$(get_libdir)/mercury/modules/csharp
fi
if use emacs; then
elisp-site-file-install "${FILESDIR}/${SITEFILE}" \
|| die "elisp-site-file-install failed"