dev-lang/zig-bin: add missing "die"

Signed-off-by: Eric Joldasov <bratishkaerik@getgoogleoff.me>
Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
Eric Joldasov
2023-01-20 09:40:36 +06:00
committed by Sam James
parent 9e5fa97ac4
commit 934f9bb0ec
2 changed files with 3 additions and 3 deletions

View File

@@ -1,4 +1,4 @@
# Copyright 2022 Gentoo Authors
# Copyright 2022-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -29,7 +29,7 @@ QA_PREBUILT="opt/${P}/zig"
src_unpack() {
unpack ${A}
mv "${WORKDIR}/"* "${S}"
mv "${WORKDIR}/"* "${S}" || die
}
src_install() {

View File

@@ -29,7 +29,7 @@ QA_PREBUILT="opt/${P}/zig"
src_unpack() {
unpack ${A}
mv "${WORKDIR}/"* "${S}"
mv "${WORKDIR}/"* "${S}" || die
}
src_install() {