diff options
author | Ulrich Müller <ulm@gentoo.org> | 2023-06-28 22:43:11 +0200 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2023-07-01 09:26:47 +0200 |
commit | d8cb9b8a2e36fb517042fbdbe442093b3f4a3263 (patch) | |
tree | 5e6dabcb6ee873d5e91afc159052e0b97f55e212 /app-emacs/websocket | |
parent | app-emacs/web-server: Drop trivial site-init file (diff) | |
download | gentoo-d8cb9b8a2e36fb517042fbdbe442093b3f4a3263.tar.gz gentoo-d8cb9b8a2e36fb517042fbdbe442093b3f4a3263.tar.bz2 gentoo-d8cb9b8a2e36fb517042fbdbe442093b3f4a3263.zip |
app-emacs/websocket: Drop trivial site-init file
Signed-off-by: Ulrich Müller <ulm@gentoo.org>
Diffstat (limited to 'app-emacs/websocket')
-rw-r--r-- | app-emacs/websocket/files/50websocket-gentoo.el | 1 | ||||
-rw-r--r-- | app-emacs/websocket/websocket-1.14_p20230305.ebuild | 2 |
2 files changed, 1 insertions, 2 deletions
diff --git a/app-emacs/websocket/files/50websocket-gentoo.el b/app-emacs/websocket/files/50websocket-gentoo.el deleted file mode 100644 index 431f7e90ae73..000000000000 --- a/app-emacs/websocket/files/50websocket-gentoo.el +++ /dev/null @@ -1 +0,0 @@ -(add-to-list 'load-path "@SITELISP@") diff --git a/app-emacs/websocket/websocket-1.14_p20230305.ebuild b/app-emacs/websocket/websocket-1.14_p20230305.ebuild index f008ae142110..ac6e25d395cd 100644 --- a/app-emacs/websocket/websocket-1.14_p20230305.ebuild +++ b/app-emacs/websocket/websocket-1.14_p20230305.ebuild @@ -31,7 +31,7 @@ src_test() { src_install() { elisp-install ${PN} websocket.{el,elc} - elisp-site-file-install "${FILESDIR}/${SITEFILE}" + elisp-make-site-file "${SITEFILE}" einstalldocs } |