commit: 78efac07ac38b7ff49925e861b303b8a8b5ec9bf
Author: Maciej Barć <xgqt <AT> gentoo <DOT> org>
AuthorDate: Tue Apr 26 02:12:41 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=78efac07
app-emacs/bind-key: fix elisp installtion
Signed-off-by: Maciej Barć <xgqt <AT> gentoo.org>
app-emacs/bind-key/{bind-key-2.4.1.ebuild => bind-key-2.4.1-r1.ebuild} | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/app-emacs/bind-key/bind-key-2.4.1.ebuild
b/app-emacs/bind-key/bind-key-2.4.1-r1.ebuild
similarity index 94%
rename from app-emacs/bind-key/bind-key-2.4.1.ebuild
rename to app-emacs/bind-key/bind-key-2.4.1-r1.ebuild
index eca71e9ca659..9a2527d8396d 100644
--- a/app-emacs/bind-key/bind-key-2.4.1.ebuild
+++ b/app-emacs/bind-key/bind-key-2.4.1-r1.ebuild
@@ -23,5 +23,5 @@ src_compile() {
src_install() {
elisp-site-file-install "${FILESDIR}/${SITEFILE}"
- elisp-install ${PN}.el{,c}
+ elisp-install ${PN} ${PN}.el{,c}
}