diff options
author | Igor V. Kovalenko <igor.v.kovalenko@gmail.com> | 2023-11-22 18:38:19 +0300 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-11-22 17:54:55 +0000 |
commit | 41d9b20811698aee8b56703cb58b2256dda4a531 (patch) | |
tree | bbbe766975e3538e45e12319696ec857811679a6 /media-sound/mpg123 | |
parent | profiles/arch: mask media-video/ffmpeg[shaderc,glslang,vulkan] on unsupported... (diff) | |
download | gentoo-41d9b20811698aee8b56703cb58b2256dda4a531.tar.gz gentoo-41d9b20811698aee8b56703cb58b2256dda4a531.tar.bz2 gentoo-41d9b20811698aee8b56703cb58b2256dda4a531.zip |
media-sound/mpg123: Add missing die check
Bug: https://bugs.gentoo.org/915858
Signed-off-by: Igor V. Kovalenko <igor.v.kovalenko@gmail.com>
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'media-sound/mpg123')
-rw-r--r-- | media-sound/mpg123/mpg123-1.32.3-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/media-sound/mpg123/mpg123-1.32.3-r1.ebuild b/media-sound/mpg123/mpg123-1.32.3-r1.ebuild index 11573bde1712..5cfc46c492f1 100644 --- a/media-sound/mpg123/mpg123-1.32.3-r1.ebuild +++ b/media-sound/mpg123/mpg123-1.32.3-r1.ebuild @@ -94,7 +94,7 @@ multilib_src_configure() { multilib_src_install_all() { einstalldocs - mv "${ED}"/usr/bin/mpg123{,-mpg123} + mv "${ED}"/usr/bin/mpg123{,-mpg123} || die find "${ED}" -type f -name '*.la' -delete || die } |