diff options
author | Maciej Barć <xgqt@gentoo.org> | 2022-04-26 04:12:41 +0200 |
---|---|---|
committer | Maciej Barć <xgqt@gentoo.org> | 2022-04-26 04:15:01 +0200 |
commit | 78efac07ac38b7ff49925e861b303b8a8b5ec9bf (patch) | |
tree | 1fe21f1d00d4b46c81bb2c8689aad02638276817 /app-emacs | |
parent | dev-util/meson: add 0.62.1 (diff) | |
download | gentoo-78efac07ac38b7ff49925e861b303b8a8b5ec9bf.tar.gz gentoo-78efac07ac38b7ff49925e861b303b8a8b5ec9bf.tar.bz2 gentoo-78efac07ac38b7ff49925e861b303b8a8b5ec9bf.zip |
app-emacs/bind-key: fix elisp installtion
Signed-off-by: Maciej Barć <xgqt@gentoo.org>
Diffstat (limited to 'app-emacs')
-rw-r--r-- | app-emacs/bind-key/bind-key-2.4.1-r1.ebuild (renamed from app-emacs/bind-key/bind-key-2.4.1.ebuild) | 2 |
1 files changed, 1 insertions, 1 deletions
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 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} } |