mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-01-06 02:17:34 -08:00
dev-libs/tntnet: drop useless 'die' with emake
It dies for us. Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
parent
88f1e35975
commit
f468714791
@ -1,4 +1,4 @@
|
||||
# Copyright 2021-2023 Gentoo Authors
|
||||
# Copyright 2021-2025 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
@ -64,7 +64,7 @@ src_configure() {
|
||||
|
||||
src_test() {
|
||||
cd test || die
|
||||
emake || die
|
||||
emake
|
||||
./tntnet-test || die
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user