diff options
author | Jeroen Roovers <jer@gentoo.org> | 2012-11-23 17:17:40 +0000 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2012-11-23 17:17:40 +0000 |
commit | 7ad9a3d8f8cd5cee2a327279c9c0091ebebc4511 (patch) | |
tree | b07b33b21f08c5bebd221d1cf295c3638b2f6eba | |
parent | Stable for amd64, wrt bug #442394 (diff) | |
download | gentoo-2-7ad9a3d8f8cd5cee2a327279c9c0091ebebc4511.tar.gz gentoo-2-7ad9a3d8f8cd5cee2a327279c9c0091ebebc4511.tar.bz2 gentoo-2-7ad9a3d8f8cd5cee2a327279c9c0091ebebc4511.zip |
Fix documentation path.
(Portage version: 2.2.0_alpha142/cvs/Linux x86_64, signed Manifest commit with key A792A613)
-rw-r--r-- | dev-libs/libnl/ChangeLog | 6 | ||||
-rw-r--r-- | dev-libs/libnl/libnl-3.2.14.ebuild | 4 | ||||
-rw-r--r-- | dev-libs/libnl/libnl-3.2.15.ebuild | 4 |
3 files changed, 9 insertions, 5 deletions
diff --git a/dev-libs/libnl/ChangeLog b/dev-libs/libnl/ChangeLog index 20edbe41e792..77e18368d159 100644 --- a/dev-libs/libnl/ChangeLog +++ b/dev-libs/libnl/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-libs/libnl # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libnl/ChangeLog,v 1.115 2012/11/23 17:10:36 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libnl/ChangeLog,v 1.116 2012/11/23 17:17:40 jer Exp $ + + 23 Nov 2012; Jeroen Roovers <jer@gentoo.org> libnl-3.2.14.ebuild, + libnl-3.2.15.ebuild: + Fix documentation path. *libnl-3.2.15 (23 Nov 2012) diff --git a/dev-libs/libnl/libnl-3.2.14.ebuild b/dev-libs/libnl/libnl-3.2.14.ebuild index 05b16cecf857..c4883d70ebf5 100644 --- a/dev-libs/libnl/libnl-3.2.14.ebuild +++ b/dev-libs/libnl/libnl-3.2.14.ebuild @@ -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/dev-libs/libnl/libnl-3.2.14.ebuild,v 1.6 2012/11/21 11:17:04 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libnl/libnl-3.2.14.ebuild,v 1.7 2012/11/23 17:17:40 jer Exp $ EAPI=4 inherit eutils libtool multilib @@ -38,7 +38,7 @@ src_install() { if use doc; then dohtml -r \ -a css,html,js,map,png \ - "${WORKDIR}"/${PN}-doc-${PV} + "${WORKDIR}"/${PN}-doc-${PV}/* fi use static-libs || rm -f "${ED}"/usr/$(get_libdir)/lib*.la diff --git a/dev-libs/libnl/libnl-3.2.15.ebuild b/dev-libs/libnl/libnl-3.2.15.ebuild index 25f1601274f4..f65f4f5dc8d3 100644 --- a/dev-libs/libnl/libnl-3.2.15.ebuild +++ b/dev-libs/libnl/libnl-3.2.15.ebuild @@ -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/dev-libs/libnl/libnl-3.2.15.ebuild,v 1.1 2012/11/23 17:10:36 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libnl/libnl-3.2.15.ebuild,v 1.2 2012/11/23 17:17:40 jer Exp $ EAPI=4 inherit eutils libtool multilib @@ -38,7 +38,7 @@ src_install() { if use doc; then dohtml -r \ -a css,html,js,map,png \ - "${WORKDIR}"/${PN}-doc-${PV} + "${WORKDIR}"/${PN}-doc-${PV}/* fi use static-libs || rm -f "${ED}"/usr/$(get_libdir)/lib*.la |