commit:     c3043d724f362ad52255513b39cb3437aac4ab4f
Author:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Mon May  5 16:43:47 2014 +0000
Commit:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Mon May  5 16:43:47 2014 +0000
URL:        
http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=c3043d72

[eclass] Be quiet.

---
 eclass/kde5.eclass | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/eclass/kde5.eclass b/eclass/kde5.eclass
index 900cf3e..56a26a3 100644
--- a/eclass/kde5.eclass
+++ b/eclass/kde5.eclass
@@ -278,11 +278,11 @@ kde5_src_prepare() {
        if use_if_iuse nls ; then
                for lang in $(ls po) ; do
                        if ! has ${lang} ${LINGUAS} ; then
-                               rm -r po/${lang}
+                               rm -rf po/${lang}
                        fi
                done
        else
-               rm -r po
+               rm -rf po
        fi
 
        # in frameworks, tests = manual tests so never

Reply via email to