summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--app-emacs/bind-key/bind-key-2.4.4.ebuild2
-rw-r--r--app-emacs/bind-key/files/50bind-key-gentoo.el1
2 files changed, 1 insertions, 2 deletions
diff --git a/app-emacs/bind-key/bind-key-2.4.4.ebuild b/app-emacs/bind-key/bind-key-2.4.4.ebuild
index 60a3fd183220..2cfe1a7affc6 100644
--- a/app-emacs/bind-key/bind-key-2.4.4.ebuild
+++ b/app-emacs/bind-key/bind-key-2.4.4.ebuild
@@ -22,6 +22,6 @@ src_compile() {
}
src_install() {
- elisp-site-file-install "${FILESDIR}/${SITEFILE}"
+ elisp-make-site-file "${SITEFILE}"
elisp-install ${PN} ${PN}.el{,c}
}
diff --git a/app-emacs/bind-key/files/50bind-key-gentoo.el b/app-emacs/bind-key/files/50bind-key-gentoo.el
deleted file mode 100644
index 431f7e90ae73..000000000000
--- a/app-emacs/bind-key/files/50bind-key-gentoo.el
+++ /dev/null
@@ -1 +0,0 @@
-(add-to-list 'load-path "@SITELISP@")