summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--net-libs/libnxml/libnxml-0.18.3.ebuild4
1 files 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 5ae47b77774f..dd2b3fb45e2a 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
}