mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-18 19:43:24 -04:00
dev-embedded/imsprog: add missing die and local
Signed-off-by: Nicolas PARLANT <nicolas.parlant@parhuet.fr>
This commit is contained in:
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user