summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAkinori Hattori <hattya@gentoo.org>2024-05-07 21:34:27 +0900
committerAkinori Hattori <hattya@gentoo.org>2024-05-07 21:37:53 +0900
commit26e0f52d058fca06271ae69adc400a5517202ada (patch)
tree63f1754e0e85878e3d9f88fc0d59ed9bcb2a1fdd /app-text
parentapp-text/namazu: fix configure (diff)
downloadgentoo-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')
-rw-r--r--app-text/namazu/namazu-2.0.21.ebuild2
-rw-r--r--app-text/namazu/namazu-2.0.22_pre8.ebuild2
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