mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-17 02:39:08 -07:00
dev-lang/mercury: keep java/csharp module directories
Package-Manager: Portage-2.3.40, Repoman-2.3.9
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user