mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-23 05:53:12 -04:00
sci-mathematics/why3: no need to die with emake
Signed-off-by: François-Xavier Carton <fx.carton91@gmail.com>
This commit is contained in:
@@ -70,7 +70,7 @@ src_compile() {
|
|||||||
|
|
||||||
src_install(){
|
src_install(){
|
||||||
findlib_src_preinst
|
findlib_src_preinst
|
||||||
emake install install-lib DESTDIR="${ED}" || die "make failed"
|
emake install install-lib DESTDIR="${ED}"
|
||||||
|
|
||||||
doman doc/why3.1
|
doman doc/why3.1
|
||||||
einstalldocs
|
einstalldocs
|
||||||
|
|||||||
@@ -74,7 +74,7 @@ src_compile() {
|
|||||||
|
|
||||||
src_install(){
|
src_install(){
|
||||||
findlib_src_preinst
|
findlib_src_preinst
|
||||||
emake install install-lib DESTDIR="${ED}" || die "make failed"
|
emake install install-lib DESTDIR="${ED}"
|
||||||
|
|
||||||
einstalldocs
|
einstalldocs
|
||||||
docompress -x /usr/share/doc/${PF}/examples
|
docompress -x /usr/share/doc/${PF}/examples
|
||||||
|
|||||||
Reference in New Issue
Block a user