Skip to content

Commit

Permalink
app-xemacs/ebuild-mode: Also install ebuild-mode-keywords.el
Browse files Browse the repository at this point in the history
Signed-off-by: Ulrich Müller <[email protected]>
  • Loading branch information
ulm committed Sep 7, 2024
1 parent 45494ba commit eef23cf
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,8 @@ src_test() {

src_install() {
insinto /usr/lib/xemacs/site-packages/lisp/${PN}
doins ebuild-mode.{el,elc} gentoo-newsitem-mode.{el,elc}
doins ebuild-mode.{el,elc} ebuild-mode-keywords.el \
gentoo-newsitem-mode.{el,elc}
doins auto-autoloads.el
}

Expand Down

0 comments on commit eef23cf

Please sign in to comment.