Fix description, fix path for perl utils diff -r b1975d44cbe4 ivtv-utils-1.3.0.ebuild --- a/ivtv-utils-1.3.0.ebuild Thu Oct 23 15:49:50 2008 +0200 +++ b/ivtv-utils-1.3.0.ebuild Thu Oct 23 16:23:53 2008 +0200 @@ -4,7 +4,7 @@ inherit eutils linux-mod -DESCRIPTION="ivtv driver for Hauppauge PVR PCI cards" +DESCRIPTION="ivtv utilities for Hauppauge PVR PCI cards" HOMEPAGE="http://www.ivtvdriver.org" SRC_URI="http://dl.ivtvdriver.org/ivtv/archive/1.3.x/${P}.tar.gz" SLOT="0" @@ -58,7 +58,7 @@ src_install() { make DESTDIR="${D}" PREFIX="/usr" install || die "failed to install" - use perl && dobin perl/*.pl + use perl && dobin utils/perl/*.pl cd "${S}" dodoc README doc/* ChangeLog