summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaciej Barć <xgqt@gentoo.org>2022-04-26 04:14:12 +0200
committerMaciej Barć <xgqt@gentoo.org>2022-04-26 04:15:01 +0200
commit7a39b67af58b63dcdcf7ce207e870f7b58cb648b (patch)
treea66b65c2dfc364b0b73a3beb2c578a827f0ce363 /app-emacs/bind-chord
parentapp-emacs/bind-key: fix elisp installtion (diff)
downloadgentoo-7a39b67af58b63dcdcf7ce207e870f7b58cb648b.tar.gz
gentoo-7a39b67af58b63dcdcf7ce207e870f7b58cb648b.tar.bz2
gentoo-7a39b67af58b63dcdcf7ce207e870f7b58cb648b.zip
app-emacs/bind-chord: fix elisp installtion
Signed-off-by: Maciej Barć <xgqt@gentoo.org>
Diffstat (limited to 'app-emacs/bind-chord')
-rw-r--r--app-emacs/bind-chord/bind-chord-2.4.1-r1.ebuild (renamed from app-emacs/bind-chord/bind-chord-2.4.1.ebuild)2
1 files changed, 1 insertions, 1 deletions
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
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}
}