commit: 7a39b67af58b63dcdcf7ce207e870f7b58cb648b
Author: Maciej Barć <xgqt <AT> gentoo <DOT> org>
AuthorDate: Tue Apr 26 02:14:12 2022 +0000
Commit: Maciej Barć <xgqt <AT> gentoo <DOT> org>
CommitDate: Tue Apr 26 02:15:01 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7a39b67a
app-emacs/bind-chord: fix elisp installtion
Signed-off-by: Maciej Barć <xgqt <AT> gentoo.org>
.../bind-chord/{bind-chord-2.4.1.ebuild => bind-chord-2.4.1-r1.ebuild} | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/app-emacs/bind-chord/bind-chord-2.4.1.ebuild
b/app-emacs/bind-chord/bind-chord-2.4.1-r1.ebuild
similarity index 94%
rename from app-emacs/bind-chord/bind-chord-2.4.1.ebuild
rename to app-emacs/bind-chord/bind-chord-2.4.1-r1.ebuild
index d920466ce87f..f37f89180fc6 100644
--- a/app-emacs/bind-chord/bind-chord-2.4.1.ebuild
+++ b/app-emacs/bind-chord/bind-chord-2.4.1-r1.ebuild
@@ -29,5 +29,5 @@ src_compile() {
src_install() {
elisp-site-file-install "${FILESDIR}/${SITEFILE}"
- elisp-install ${PN}.el{,c}
+ elisp-install ${PN} ${PN}.el{,c}
}