commit: 4e82107ca6ef51d32ef0b1ac47cca805c12fc1b2 Author: Jaco Kroon <jaco <AT> uls <DOT> co <DOT> za> AuthorDate: Tue Aug 29 18:29:52 2023 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Tue Aug 29 19:33:53 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4e82107c
sys-cluster/glusterfs: fix 11.0-r2[emacs] Closes: https://bugs.gentoo.org/913213 Signed-off-by: Jaco Kroon <jaco <AT> uls.co.za> Closes: https://github.com/gentoo/gentoo/pull/32513 Signed-off-by: Sam James <sam <AT> gentoo.org> sys-cluster/glusterfs/glusterfs-11.0-r2.ebuild | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/sys-cluster/glusterfs/glusterfs-11.0-r2.ebuild b/sys-cluster/glusterfs/glusterfs-11.0-r2.ebuild index 5500c9af30b3..e37cab54571a 100644 --- a/sys-cluster/glusterfs/glusterfs-11.0-r2.ebuild +++ b/sys-cluster/glusterfs/glusterfs-11.0-r2.ebuild @@ -147,8 +147,7 @@ src_install() { if use emacs ; then elisp-install ${PN} extras/glusterfs-mode.el* - elisp-site-file-install "50${PN}-mode-gentoo.el" - + elisp-site-file-install "${FILESDIR}/50glusterfs-mode-gentoo.el" fi insinto /usr/share/vim/vimfiles/ftdetect; doins "${FILESDIR}"/${PN}.vim
