commit: cecfa84c566ce41b30fac857fdab4784d927dbb6
Author: Joonas Niilola <juippis <AT> gentoo <DOT> org>
AuthorDate: Thu Mar 11 07:32:43 2021 +0000
Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Thu Mar 11 07:36:58 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cecfa84c
app-dicts/myspell-it: drop rm -f from -r2.ebuild
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
app-dicts/myspell-it/myspell-it-20081129-r2.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/app-dicts/myspell-it/myspell-it-20081129-r2.ebuild
b/app-dicts/myspell-it/myspell-it-20081129-r2.ebuild
index 0cf5484cc28..47732161934 100644
--- a/app-dicts/myspell-it/myspell-it-20081129-r2.ebuild
+++ b/app-dicts/myspell-it/myspell-it-20081129-r2.ebuild
@@ -30,7 +30,7 @@ KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc
~ppc64 ~riscv ~sparc
src_prepare() {
default
# remove useless license files.
- rm -rf agpl3-en.txt gpl3-en.txt it_IT_license.txt \
+ rm -r agpl3-en.txt gpl3-en.txt it_IT_license.txt \
lgpl3-en.txt th_it_IT_copyright_licenza.txt \
th_it_IT_lettera_in_inglese.txt || die
}