diff options
author | Seth M. Price <sprice623@aol.com> | 2024-11-17 21:13:15 -0500 |
---|---|---|
committer | Seth M. Price <sprice623@aol.com> | 2024-11-17 21:13:15 -0500 |
commit | d3a0ab9822f1887e2082b3be75231250ddcf566d (patch) | |
tree | 83c611ce178f000b19df2a0a527bbe479f3e06eb /x11-terms | |
parent | net-im/revolt-desktop: new package, add 1.0.8 (diff) | |
download | guru-d3a0ab9822f1887e2082b3be75231250ddcf566d.tar.gz guru-d3a0ab9822f1887e2082b3be75231250ddcf566d.tar.bz2 guru-d3a0ab9822f1887e2082b3be75231250ddcf566d.zip |
x11-terms/terminal-simulator: fix 9999 ebuild bug
Fixed bug in ebuild in which some necessary files for vt52
were not installed. Originally noted by @pastalian:
<https://github.com/gentoo/guru/commit/a192ac0#commitcomment-147622636>
Signed-off-by: Seth M. Price <sprice623@aol.com>
Diffstat (limited to 'x11-terms')
-rw-r--r-- | x11-terms/terminal-simulator/terminal-simulator-9999-r1.ebuild (renamed from x11-terms/terminal-simulator/terminal-simulator-9999.ebuild) | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/x11-terms/terminal-simulator/terminal-simulator-9999.ebuild b/x11-terms/terminal-simulator/terminal-simulator-9999-r1.ebuild index d7cf7141e..682004aad 100644 --- a/x11-terms/terminal-simulator/terminal-simulator-9999.ebuild +++ b/x11-terms/terminal-simulator/terminal-simulator-9999-r1.ebuild @@ -40,6 +40,8 @@ src_install() { doins common/*.shader insinto "/usr/share/terminal-simulator/vt52" doins common/*.shader + insinto "/usr/share/terminal-simulator/vt52/rom" + doins vt52/rom/* dodoc README.md } |