From d5c6b853f4670cd4b5728b764ca480cd687be9fd Mon Sep 17 00:00:00 2001 From: Ulrich Müller Date: Wed, 28 Jun 2023 22:40:02 +0200 Subject: app-emacs/treemacs-all-the-icons: Drop trivial site-init file MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Ulrich Müller --- .../treemacs-all-the-icons/files/50treemacs-all-the-icons-gentoo.el | 1 - app-emacs/treemacs-all-the-icons/treemacs-all-the-icons-3.1.ebuild | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) delete mode 100644 app-emacs/treemacs-all-the-icons/files/50treemacs-all-the-icons-gentoo.el 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}" } -- cgit v1.2.3-65-gdbad