commit: 5c718547f493235ea584e7cb3fabcd2e9ccfd584
Author: Mike Frysinger <vapier <AT> gentoo <DOT> org>
AuthorDate: Thu Nov 5 20:32:07 2015 +0000
Commit: Mike Frysinger <vapier <AT> gentoo <DOT> org>
CommitDate: Thu Nov 5 20:49:39 2015 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5c718547
net-libs/libnxml: use -delete for .la files
net-libs/libnxml/libnxml-0.18.3.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/net-libs/libnxml/libnxml-0.18.3.ebuild
b/net-libs/libnxml/libnxml-0.18.3.ebuild
index 5ae47b7..dd2b3fb 100644
--- a/net-libs/libnxml/libnxml-0.18.3.ebuild
+++ b/net-libs/libnxml/libnxml-0.18.3.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
@@ -44,5 +44,5 @@ src_install() {
doins test/*.c
fi
- find "${D}" -name '*.la' -exec rm -f {} +
+ find "${D}" -name '*.la' -delete
}