summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2013-02-08 06:41:26 +0000
committerMike Frysinger <vapier@gentoo.org>2013-02-08 06:41:26 +0000
commit3a1fb2cc59646667c9be852a3c1ae23ab4242bf6 (patch)
treecaed67829da30a93c5284ede6ddb7463a7f2e594 /net-libs/libmnl/libmnl-1.0.3.ebuild
parentUpdate to EAPI=4, add USE=static-libs, and drop useless dependencies #455746 ... (diff)
downloadgentoo-2-3a1fb2cc59646667c9be852a3c1ae23ab4242bf6.tar.gz
gentoo-2-3a1fb2cc59646667c9be852a3c1ae23ab4242bf6.tar.bz2
gentoo-2-3a1fb2cc59646667c9be852a3c1ae23ab4242bf6.zip
Fix docompress path, and simplify the find deletes.
(Portage version: 2.2.0_alpha161/cvs/Linux x86_64, signed Manifest commit with key FB7C4156)
Diffstat (limited to 'net-libs/libmnl/libmnl-1.0.3.ebuild')
-rw-r--r--net-libs/libmnl/libmnl-1.0.3.ebuild8
1 files changed, 4 insertions, 4 deletions
diff --git a/net-libs/libmnl/libmnl-1.0.3.ebuild b/net-libs/libmnl/libmnl-1.0.3.ebuild
index da1ac49341d2..329d315c13e8 100644
--- a/net-libs/libmnl/libmnl-1.0.3.ebuild
+++ b/net-libs/libmnl/libmnl-1.0.3.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/libmnl/libmnl-1.0.3.ebuild,v 1.5 2012/12/29 17:25:29 pinkbyte Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/libmnl/libmnl-1.0.3.ebuild,v 1.6 2013/02/08 06:41:26 vapier Exp $
EAPI=4
@@ -26,9 +26,9 @@ src_install() {
mv "${ED}"/{,usr/}$(get_libdir)/pkgconfig/libmnl.pc || die
if use examples; then
- find examples/ -name "Makefile*" -exec rm -f '{}' +
+ find examples/ -name 'Makefile*' -delete
dodoc -r examples/
- docompress -x /usr/share/doc/${P}/examples
+ docompress -x /usr/share/doc/${PF}/examples
fi
prune_libtool_files