diff options
author | Steve Dibb <beandog@gentoo.org> | 2010-05-21 02:54:39 +0000 |
---|---|---|
committer | Steve Dibb <beandog@gentoo.org> | 2010-05-21 02:54:39 +0000 |
commit | b2c8a4f6b1be67c1fd953baaca025f9ed3c11dbb (patch) | |
tree | 796d1962be3d9c6cdbbdb6562a882e14f11ce635 /media-tv | |
parent | remove old (diff) | |
download | gentoo-2-b2c8a4f6b1be67c1fd953baaca025f9ed3c11dbb.tar.gz gentoo-2-b2c8a4f6b1be67c1fd953baaca025f9ed3c11dbb.tar.bz2 gentoo-2-b2c8a4f6b1be67c1fd953baaca025f9ed3c11dbb.zip |
Fix install dir; bug 320125
(Portage version: 2.1.8.3/cvs/Linux x86_64)
Diffstat (limited to 'media-tv')
-rw-r--r-- | media-tv/cx18-firmware/ChangeLog | 8 | ||||
-rw-r--r-- | media-tv/cx18-firmware/cx18-firmware-20080628.ebuild | 6 |
2 files changed, 9 insertions, 5 deletions
diff --git a/media-tv/cx18-firmware/ChangeLog b/media-tv/cx18-firmware/ChangeLog index f888fbedb475..ac4cf4ecde9c 100644 --- a/media-tv/cx18-firmware/ChangeLog +++ b/media-tv/cx18-firmware/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for media-tv/cx18-firmware -# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-tv/cx18-firmware/ChangeLog,v 1.1 2008/10/21 18:17:42 cardoe Exp $ +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/media-tv/cx18-firmware/ChangeLog,v 1.2 2010/05/21 02:54:39 beandog Exp $ + + 21 May 2010; Steve Dibb <beandog@gentoo.org> + cx18-firmware-20080628.ebuild: + Fix install dir; bug 320125 *cx18-firmware-20080628 (21 Oct 2008) diff --git a/media-tv/cx18-firmware/cx18-firmware-20080628.ebuild b/media-tv/cx18-firmware/cx18-firmware-20080628.ebuild index e2181b6284f8..677b96908875 100644 --- a/media-tv/cx18-firmware/cx18-firmware-20080628.ebuild +++ b/media-tv/cx18-firmware/cx18-firmware-20080628.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2008 Gentoo Foundation +# Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-tv/cx18-firmware/cx18-firmware-20080628.ebuild,v 1.1 2008/10/21 18:17:42 cardoe Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-tv/cx18-firmware/cx18-firmware-20080628.ebuild,v 1.2 2010/05/21 02:54:39 beandog Exp $ DESCRIPTION="firmware for Hauppauge PVR-1600 and Conexant 23418 based cards" HOMEPAGE="http://www.ivtvdriver.org/index.php/Firmware" @@ -13,7 +13,7 @@ KEYWORDS="~amd64 ~ppc ~x86" IUSE="" RDEPEND="" -S="${WORKDIR}" +S="${WORKDIR}/${PN}" src_install() { dodir /lib/firmware |