mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-04-07 03:10:15 -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
|
||||
# (suffixed with "x86_64"/"aarch64"); dropping it lets us keep the default
|
||||
# `${S}`.
|
||||
mv "$(basename "${A}" '.tar.gz')" "${P}"
|
||||
mv "$(basename "${A}" '.tar.gz')" "${P}" || die
|
||||
}
|
||||
|
||||
src_install() {
|
||||
|
||||
Reference in New Issue
Block a user