diff options
author | Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org> | 2012-04-18 09:05:01 +0000 |
---|---|---|
committer | Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org> | 2012-04-18 09:05:01 +0000 |
commit | 0c9c6f0fa376f5c709cad9580a071c4c840f3b2a (patch) | |
tree | 81c47393f555d242c9750f03c70d55f580b38cdb /net-wireless | |
parent | add dev-libs/libverto dependency - bug #411711 (diff) | |
download | gentoo-2-0c9c6f0fa376f5c709cad9580a071c4c840f3b2a.tar.gz gentoo-2-0c9c6f0fa376f5c709cad9580a071c4c840f3b2a.tar.bz2 gentoo-2-0c9c6f0fa376f5c709cad9580a071c4c840f3b2a.zip |
Fix removal of useless doc files.
(Portage version: 2.2.0_alpha100/cvs/Linux x86_64)
Diffstat (limited to 'net-wireless')
-rw-r--r-- | net-wireless/gnuradio/ChangeLog | 6 | ||||
-rw-r--r-- | net-wireless/gnuradio/gnuradio-3.5.3.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/net-wireless/gnuradio/ChangeLog b/net-wireless/gnuradio/ChangeLog index d112eff99d87..07966539da40 100644 --- a/net-wireless/gnuradio/ChangeLog +++ b/net-wireless/gnuradio/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-wireless/gnuradio # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-wireless/gnuradio/ChangeLog,v 1.2 2012/04/17 17:57:56 chithanh Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-wireless/gnuradio/ChangeLog,v 1.3 2012/04/18 09:05:01 chithanh Exp $ + + 18 Apr 2012; Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org> + gnuradio-3.5.3.ebuild: + Fix removal of useless doc files. 17 Apr 2012; Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org> gnuradio-3.5.3.ebuild: diff --git a/net-wireless/gnuradio/gnuradio-3.5.3.ebuild b/net-wireless/gnuradio/gnuradio-3.5.3.ebuild index 03ff6680772d..e2c173bcbd68 100644 --- a/net-wireless/gnuradio/gnuradio-3.5.3.ebuild +++ b/net-wireless/gnuradio/gnuradio-3.5.3.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/net-wireless/gnuradio/gnuradio-3.5.3.ebuild,v 1.2 2012/04/17 17:57:56 chithanh Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-wireless/gnuradio/gnuradio-3.5.3.ebuild,v 1.3 2012/04/18 09:05:01 chithanh Exp $ EAPI=4 PYTHON_DEPEND="2" @@ -120,7 +120,7 @@ src_install() { # Remove useless files in the doc dir if use doc; then - rm -f "${ED}"/usr/share/doc/${PN}/html/*.md5 || die + rm -f "${ED}"/usr/share/doc/${P}/html/*.md5 || die fi # We install the mimetypes to the correct locations from the ebuild |