mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
sci-physics/yoda: use default src_install
Closes: https://bugs.gentoo.org/942932 Signed-off-by: Alexander Puck Neuwirth <alexander@neuwirth-informatik.de> Closes: https://github.com/gentoo/gentoo/pull/39226 Signed-off-by: Nowa Ammerlaan <andrewammerlaan@gentoo.org>
This commit is contained in:
committed by
Nowa Ammerlaan
parent
370dc8183d
commit
474760a249
@@ -68,7 +68,7 @@ src_test() {
|
||||
}
|
||||
|
||||
src_install() {
|
||||
emake install DESTDIR="${ED}"
|
||||
default
|
||||
|
||||
if use python ; then
|
||||
newbashcomp "${ED}"/etc/bash_completion.d/${PN}-completion ${PN}-config
|
||||
|
||||
@@ -74,7 +74,7 @@ src_test() {
|
||||
}
|
||||
|
||||
src_install() {
|
||||
emake install DESTDIR="${ED}"
|
||||
default
|
||||
|
||||
if use python ; then
|
||||
newbashcomp "${ED}"/etc/bash_completion.d/${PN}-completion ${PN}-config
|
||||
|
||||
Reference in New Issue
Block a user