commit: 6ab11648b5ca2c7c10e689b8b503218cc6c1ab58
Author: Henri Gasc <gasc <AT> eurecom <DOT> fr>
AuthorDate: Sun Jun 16 11:07:35 2024 +0000
Commit: Henri Gasc <gasc <AT> eurecom <DOT> fr>
CommitDate: Sun Jun 16 11:07:55 2024 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=6ab11648
x11-themes/candy-icons: Add 'die' on rm
Signed-off-by: Henri Gasc <gasc <AT> eurecom.fr>
x11-themes/candy-icons/candy-icons-9999.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/x11-themes/candy-icons/candy-icons-9999.ebuild
b/x11-themes/candy-icons/candy-icons-9999.ebuild
index b75497b56..a5ee17477 100644
--- a/x11-themes/candy-icons/candy-icons-9999.ebuild
+++ b/x11-themes/candy-icons/candy-icons-9999.ebuild
@@ -16,7 +16,7 @@ src_install() {
default
insinto "/usr/share/icons/${PN}"
- rm -rf "${S}"/{.git,.github,preview}
+ rm -rf "${S}"/{.git,.github,preview} || die "Could not remove useless
directories"
doins -r "${S}"/*
}