summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Schwarzott <zzam@gentoo.org>2005-12-03 17:30:54 +0000
committerMatthias Schwarzott <zzam@gentoo.org>2005-12-03 17:30:54 +0000
commitbd1982e14aec7df52395c78106e6f9925ee59060 (patch)
tree4bb9dca4ee7a6fc4e8b715b91e5a44ff8f01c2f4 /media-tv/linuxtv-dvb-firmware
parentstable on ppc64 (diff)
downloadgentoo-2-bd1982e14aec7df52395c78106e6f9925ee59060.tar.gz
gentoo-2-bd1982e14aec7df52395c78106e6f9925ee59060.tar.bz2
gentoo-2-bd1982e14aec7df52395c78106e6f9925ee59060.zip
minor change: removed a backslash
(Portage version: 2.0.53)
Diffstat (limited to 'media-tv/linuxtv-dvb-firmware')
-rw-r--r--media-tv/linuxtv-dvb-firmware/linuxtv-dvb-firmware-1.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/media-tv/linuxtv-dvb-firmware/linuxtv-dvb-firmware-1.ebuild b/media-tv/linuxtv-dvb-firmware/linuxtv-dvb-firmware-1.ebuild
index 66bc9c3fc623..2cc19c628ada 100644
--- a/media-tv/linuxtv-dvb-firmware/linuxtv-dvb-firmware-1.ebuild
+++ b/media-tv/linuxtv-dvb-firmware/linuxtv-dvb-firmware-1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-tv/linuxtv-dvb-firmware/linuxtv-dvb-firmware-1.ebuild,v 1.3 2005/12/03 16:12:59 zzam Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-tv/linuxtv-dvb-firmware/linuxtv-dvb-firmware-1.ebuild,v 1.4 2005/12/03 17:30:54 zzam Exp $
DESCRIPTION="Firmware files needed for operation of some dvb-devices"
HOMEPAGE="http://www.linuxtv.org"
@@ -174,7 +174,7 @@ src_unpack() {
cp ${FILESDIR}/get_dvb_firmware-1 get_dvb_firmware
sed -i get_dvb_firmware \
- -e "s#/tmp#${T}#g" \
+ -e "s#/tmp#${T}#g"
# firmwares which have to be downloaded seperately
for ((CARD=0; CARD < ${#FW_NAMES[*]}; CARD++)) do