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:
Alexander Puck Neuwirth
2024-11-07 11:58:51 +01:00
committed by Nowa Ammerlaan
parent 370dc8183d
commit 474760a249
2 changed files with 2 additions and 2 deletions

View File

@@ -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

View File

@@ -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