diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2004-03-10 07:51:05 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2004-03-10 07:51:05 +0000 |
commit | 6ccf94b67cd0d0a2b34f6bcf39e8fec77026a496 (patch) | |
tree | aa4b244be81b7b83dfebbbe427c5f6b836103c44 /media-tv/ivtv | |
parent | typo fix for php-ext (diff) | |
download | gentoo-2-6ccf94b67cd0d0a2b34f6bcf39e8fec77026a496.tar.gz gentoo-2-6ccf94b67cd0d0a2b34f6bcf39e8fec77026a496.tar.bz2 gentoo-2-6ccf94b67cd0d0a2b34f6bcf39e8fec77026a496.zip |
repoman: Trim trailing whitespace
Diffstat (limited to 'media-tv/ivtv')
-rw-r--r-- | media-tv/ivtv/ivtv-0.1.9-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/media-tv/ivtv/ivtv-0.1.9-r1.ebuild b/media-tv/ivtv/ivtv-0.1.9-r1.ebuild index e76cd3ed279b..4538709a88b8 100644 --- a/media-tv/ivtv/ivtv-0.1.9-r1.ebuild +++ b/media-tv/ivtv/ivtv-0.1.9-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-tv/ivtv/ivtv-0.1.9-r1.ebuild,v 1.2 2004/03/09 20:20:47 iggy Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-tv/ivtv/ivtv-0.1.9-r1.ebuild,v 1.3 2004/03/10 07:51:05 mr_bones_ Exp $ # TODO # the "Gentoo way" is to use /usr/src/linux, not the running kernel @@ -66,7 +66,7 @@ src_install() { dobin test_ioctl ivtvfbctl ivtvplay ptune-ui.pl ptune.pl record-v4l2.pl radio newdoc README README.utils dodoc README.mythtv-ivtv README.ptune README.radio README.vbi - dodoc lircd-g.conf lircd.conf lircrc + dodoc lircd-g.conf lircd.conf lircrc cd ${WORKDIR}/ivtv/driver make DESTDIR=${D} install || die "installation of driver failed" |