mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-22 13:33:32 -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(){
|
||||
findlib_src_preinst
|
||||
emake install install-lib DESTDIR="${ED}" || die "make failed"
|
||||
emake install install-lib DESTDIR="${ED}"
|
||||
|
||||
doman doc/why3.1
|
||||
einstalldocs
|
||||
|
||||
@@ -74,7 +74,7 @@ src_compile() {
|
||||
|
||||
src_install(){
|
||||
findlib_src_preinst
|
||||
emake install install-lib DESTDIR="${ED}" || die "make failed"
|
||||
emake install install-lib DESTDIR="${ED}"
|
||||
|
||||
einstalldocs
|
||||
docompress -x /usr/share/doc/${PF}/examples
|
||||
|
||||
Reference in New Issue
Block a user