diff options
author | Steve Dibb <beandog@gentoo.org> | 2007-10-17 13:31:34 +0000 |
---|---|---|
committer | Steve Dibb <beandog@gentoo.org> | 2007-10-17 13:31:34 +0000 |
commit | 2bca28a2dae68aeca58320b35ab8ad1bf3c083c0 (patch) | |
tree | e37170fdf3adb0107d11bb0555f2ba658167a3d7 | |
parent | Version bump for 1.2.1 and 1.3.1 versions of PostGIS (diff) | |
download | gentoo-2-2bca28a2dae68aeca58320b35ab8ad1bf3c083c0.tar.gz gentoo-2-2bca28a2dae68aeca58320b35ab8ad1bf3c083c0.tar.bz2 gentoo-2-2bca28a2dae68aeca58320b35ab8ad1bf3c083c0.zip |
Remove old doc
(Portage version: 2.1.3.12)
-rw-r--r-- | media-tv/ivtv/ivtv-1.0.3.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/media-tv/ivtv/ivtv-1.0.3.ebuild b/media-tv/ivtv/ivtv-1.0.3.ebuild index 78a26e0c7013..358a67310b97 100644 --- a/media-tv/ivtv/ivtv-1.0.3.ebuild +++ b/media-tv/ivtv/ivtv-1.0.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-tv/ivtv/ivtv-1.0.3.ebuild,v 1.1 2007/10/16 19:32:54 beandog Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-tv/ivtv/ivtv-1.0.3.ebuild,v 1.2 2007/10/17 13:31:34 beandog Exp $ inherit eutils linux-mod @@ -87,7 +87,7 @@ src_install() { dobin perl/*.pl cd "${S}" - dodoc README* doc/* utils/README.X11 ChangeLog* utils/perl/README.ptune + dodoc README* doc/* ChangeLog* utils/perl/README.ptune cd "${S}/driver" linux-mod_src_install || die "failed to install modules" |