commit:     7b514ef26c96ff6c178340dbf690f48e255d0794
Author:     Vitaly Zdanevich <zdanevich.vitaly <AT> ya <DOT> ru>
AuthorDate: Sat Mar  9 03:17:00 2024 +0000
Commit:     Vitaly Zdanevich <zdanevich.vitaly <AT> ya <DOT> ru>
CommitDate: Sat Mar  9 03:17:00 2024 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=7b514ef2

net-im/pop: add || die

Signed-off-by: Vitaly Zdanevich <zdanevich.vitaly <AT> ya.ru>

 net-im/pop/pop-8.0.21.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-im/pop/pop-8.0.21.ebuild b/net-im/pop/pop-8.0.21.ebuild
index 25df7d43bf..231f984cba 100644
--- a/net-im/pop/pop-8.0.21.ebuild
+++ b/net-im/pop/pop-8.0.21.ebuild
@@ -22,7 +22,7 @@ src_unpack() {
 
 src_install() {
        # Because here is only one file: "copyright", no docs
-       rm -rf usr/share/doc/
+       rm -rf usr/share/doc/ || die
 
        doins -r usr
        fperms +x /usr/bin/"${PN}"

Reply via email to