diff options
author | Tomas Chvatal <scarabeus@gentoo.org> | 2012-06-30 08:30:48 +0000 |
---|---|---|
committer | Tomas Chvatal <scarabeus@gentoo.org> | 2012-06-30 08:30:48 +0000 |
commit | 420a344296a687309739fff58cfcecaffdabdeff (patch) | |
tree | abd83ba5cc226c452f1eba5c1426f4791e22692f /eclass/myspell-r2.eclass | |
parent | Version bump. (diff) | |
download | historical-420a344296a687309739fff58cfcecaffdabdeff.tar.gz historical-420a344296a687309739fff58cfcecaffdabdeff.tar.bz2 historical-420a344296a687309739fff58cfcecaffdabdeff.zip |
Remove also lower case licenses.
Diffstat (limited to 'eclass/myspell-r2.eclass')
-rw-r--r-- | eclass/myspell-r2.eclass | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/eclass/myspell-r2.eclass b/eclass/myspell-r2.eclass index eea8c0ac1062..94b499aa31f9 100644 --- a/eclass/myspell-r2.eclass +++ b/eclass/myspell-r2.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/myspell-r2.eclass,v 1.5 2012/06/17 10:50:20 scarabeus Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/myspell-r2.eclass,v 1.6 2012/06/30 08:30:48 scarabeus Exp $ # @ECLASS: aspell-dict.eclass # @MAINTAINER: @@ -96,6 +96,7 @@ myspell-r2_src_install() { # Remove licenses as they suffix them with .txt too rm -rf COPYING* rm -rf LICENSE* + rm -rf license* # Readme and so on for x in *.txt README*; do if [[ -f ${x} ]]; then |