summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Müller <ulm@gentoo.org>2023-06-28 22:40:02 +0200
committerUlrich Müller <ulm@gentoo.org>2023-07-01 09:26:42 +0200
commitd5c6b853f4670cd4b5728b764ca480cd687be9fd (patch)
tree032e4b6b92f9ee65e505a85f4b9d4ae1dc6c0a4b
parentapp-emacs/transient: Drop trivial site-init file (diff)
downloadgentoo-d5c6b853f4670cd4b5728b764ca480cd687be9fd.tar.gz
gentoo-d5c6b853f4670cd4b5728b764ca480cd687be9fd.tar.bz2
gentoo-d5c6b853f4670cd4b5728b764ca480cd687be9fd.zip
app-emacs/treemacs-all-the-icons: Drop trivial site-init file
Signed-off-by: Ulrich Müller <ulm@gentoo.org>
-rw-r--r--app-emacs/treemacs-all-the-icons/files/50treemacs-all-the-icons-gentoo.el1
-rw-r--r--app-emacs/treemacs-all-the-icons/treemacs-all-the-icons-3.1.ebuild2
2 files changed, 1 insertions, 2 deletions
diff --git a/app-emacs/treemacs-all-the-icons/files/50treemacs-all-the-icons-gentoo.el b/app-emacs/treemacs-all-the-icons/files/50treemacs-all-the-icons-gentoo.el
deleted file mode 100644
index 431f7e90ae73..000000000000
--- a/app-emacs/treemacs-all-the-icons/files/50treemacs-all-the-icons-gentoo.el
+++ /dev/null
@@ -1 +0,0 @@
-(add-to-list 'load-path "@SITELISP@")
diff --git a/app-emacs/treemacs-all-the-icons/treemacs-all-the-icons-3.1.ebuild b/app-emacs/treemacs-all-the-icons/treemacs-all-the-icons-3.1.ebuild
index be9aa60e9006..fe5ad54814cb 100644
--- a/app-emacs/treemacs-all-the-icons/treemacs-all-the-icons-3.1.ebuild
+++ b/app-emacs/treemacs-all-the-icons/treemacs-all-the-icons-3.1.ebuild
@@ -31,5 +31,5 @@ src_compile() {
src_install() {
elisp-install ${PN} ${PN}.el{,c}
- elisp-site-file-install "${FILESDIR}/${SITEFILE}"
+ elisp-make-site-file "${SITEFILE}"
}