diff options
author | Akinori Hattori <hattya@gentoo.org> | 2024-05-07 21:34:27 +0900 |
---|---|---|
committer | Akinori Hattori <hattya@gentoo.org> | 2024-05-07 21:37:53 +0900 |
commit | 26e0f52d058fca06271ae69adc400a5517202ada (patch) | |
tree | 63f1754e0e85878e3d9f88fc0d59ed9bcb2a1fdd /app-text/namazu | |
parent | app-text/namazu: fix configure (diff) | |
download | gentoo-26e0f52d058fca06271ae69adc400a5517202ada.tar.gz gentoo-26e0f52d058fca06271ae69adc400a5517202ada.tar.bz2 gentoo-26e0f52d058fca06271ae69adc400a5517202ada.zip |
app-text/namazu: keepdir /var/lib/namazu/index
Closes: https://bugs.gentoo.org/927151
Signed-off-by: Akinori Hattori <hattya@gentoo.org>
Diffstat (limited to 'app-text/namazu')
-rw-r--r-- | app-text/namazu/namazu-2.0.21.ebuild | 2 | ||||
-rw-r--r-- | app-text/namazu/namazu-2.0.22_pre8.ebuild | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/app-text/namazu/namazu-2.0.21.ebuild b/app-text/namazu/namazu-2.0.21.ebuild index 1bb859ef8de6..daba19585dff 100644 --- a/app-text/namazu/namazu-2.0.21.ebuild +++ b/app-text/namazu/namazu-2.0.21.ebuild @@ -84,6 +84,8 @@ src_install() { default find "${ED}" -name '*.la' -delete || die + keepdir /var/lib/${PN}/index + if use emacs; then elisp-install ${PN} lisp/*.el* elisp-site-file-install "${FILESDIR}"/50${PN}-gentoo.el diff --git a/app-text/namazu/namazu-2.0.22_pre8.ebuild b/app-text/namazu/namazu-2.0.22_pre8.ebuild index 55d8fa5444e9..972c12327567 100644 --- a/app-text/namazu/namazu-2.0.22_pre8.ebuild +++ b/app-text/namazu/namazu-2.0.22_pre8.ebuild @@ -83,6 +83,8 @@ src_install() { default find "${ED}" -name '*.la' -delete || die + keepdir /var/lib/${PN}/index + if use emacs; then elisp-install ${PN} lisp/*.el* elisp-site-file-install "${FILESDIR}"/50${PN}-gentoo.el |