mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-23 14:03:33 -04:00
www-apps/soupault-bin: add missing || die
Signed-off-by: Thomas Bracht Laumann Jespersen <t@laumann.xyz>
This commit is contained in:
@@ -24,7 +24,7 @@ src_unpack() {
|
|||||||
# The extracted top-level dir is named the same as the archive itself
|
# The extracted top-level dir is named the same as the archive itself
|
||||||
# (suffixed with "x86_64"/"aarch64"); dropping it lets us keep the default
|
# (suffixed with "x86_64"/"aarch64"); dropping it lets us keep the default
|
||||||
# `${S}`.
|
# `${S}`.
|
||||||
mv "$(basename "${A}" '.tar.gz')" "${P}"
|
mv "$(basename "${A}" '.tar.gz')" "${P}" || die
|
||||||
}
|
}
|
||||||
|
|
||||||
src_install() {
|
src_install() {
|
||||||
|
|||||||
Reference in New Issue
Block a user