dev-embedded/imsprog: add missing die and local

Signed-off-by: Nicolas PARLANT <nicolas.parlant@parhuet.fr>
This commit is contained in:
Nicolas PARLANT
2026-05-20 07:35:07 +02:00
parent 75adbc903d
commit a0b69631ea

View File

@@ -35,10 +35,10 @@ BDEPEND="
"
src_install() {
HTML_DOCS=( IMSProg_programmer/other/index.html img/* )
local HTML_DOCS=( IMSProg_programmer/other/index.html img/* )
cmake_src_install
rm -r "${ED}"/usr/share/doc/imsprog || die
gunzip "${ED}"/usr/share/man/man1/*
gunzip "${ED}"/usr/share/man/man1/* || die
}
pkg_postrm() {