summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2014-01-02 18:06:11 +0000
committerMike Frysinger <vapier@gentoo.org>2014-01-02 18:06:11 +0000
commit27c69d49a31fa583ec32b3a3819b0613c4604c8b (patch)
treeda423ddcac0c76388101214e38606ba5b0dc6ec4 /app-text/aspell
parentstable amd64 x86; cleanup (diff)
downloadgentoo-2-27c69d49a31fa583ec32b3a3819b0613c4604c8b.tar.gz
gentoo-2-27c69d49a31fa583ec32b3a3819b0613c4604c8b.tar.bz2
gentoo-2-27c69d49a31fa583ec32b3a3819b0613c4604c8b.zip
Use -delete with find rather than -exec rm.
Diffstat (limited to 'app-text/aspell')
-rw-r--r--app-text/aspell/ChangeLog7
-rw-r--r--app-text/aspell/aspell-0.60.6.1.ebuild6
2 files changed, 8 insertions, 5 deletions
diff --git a/app-text/aspell/ChangeLog b/app-text/aspell/ChangeLog
index fb1a245e5144..8c373f42fb45 100644
--- a/app-text/aspell/ChangeLog
+++ b/app-text/aspell/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for app-text/aspell
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/aspell/ChangeLog,v 1.141 2012/05/17 20:47:36 aballier Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-text/aspell/ChangeLog,v 1.142 2014/01/02 18:06:11 vapier Exp $
+
+ 02 Jan 2014; Mike Frysinger <vapier@gentoo.org> aspell-0.60.6.1.ebuild:
+ Use -delete with find rather than -exec rm.
17 May 2012; Alexis Ballier <aballier@gentoo.org> aspell-0.60.6.1.ebuild:
keyword ~amd64-fbsd
diff --git a/app-text/aspell/aspell-0.60.6.1.ebuild b/app-text/aspell/aspell-0.60.6.1.ebuild
index 1c89c87f79d7..6c994c822d74 100644
--- a/app-text/aspell/aspell-0.60.6.1.ebuild
+++ b/app-text/aspell/aspell-0.60.6.1.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/aspell/aspell-0.60.6.1.ebuild,v 1.9 2012/05/17 20:47:36 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/aspell/aspell-0.60.6.1.ebuild,v 1.10 2014/01/02 18:06:11 vapier Exp $
EAPI=4
@@ -75,7 +75,7 @@ src_install() {
newexe scripts/ispell ispell-aspell
newexe scripts/spell spell-aspell
- find "${ED}" -name '*.la' -exec rm -f {} +
+ find "${ED}" -name '*.la' -delete
}
pkg_postinst() {