summaryrefslogtreecommitdiff
path: root/eclass
diff options
context:
space:
mode:
authorMatthias Schwarzott <zzam@gentoo.org>2008-06-24 16:43:38 +0000
committerMatthias Schwarzott <zzam@gentoo.org>2008-06-24 16:43:38 +0000
commit61a9f9c437343e36cfc19ce69de6a978945fd9ee (patch)
treeeb8034bc973d973cb6a5c31bfe1d3fcc425e5db3 /eclass
parentsparc stable wrt #228635, remove old (diff)
downloadgentoo-2-61a9f9c437343e36cfc19ce69de6a978945fd9ee.tar.gz
gentoo-2-61a9f9c437343e36cfc19ce69de6a978945fd9ee.tar.bz2
gentoo-2-61a9f9c437343e36cfc19ce69de6a978945fd9ee.zip
Fix typo.
Diffstat (limited to 'eclass')
-rw-r--r--eclass/vdr-plugin.eclass4
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/vdr-plugin.eclass b/eclass/vdr-plugin.eclass
index 526abffbba58..9b9c1ce3b83d 100644
--- a/eclass/vdr-plugin.eclass
+++ b/eclass/vdr-plugin.eclass
@@ -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/eclass/vdr-plugin.eclass,v 1.62 2008/06/02 05:15:27 zzam Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/vdr-plugin.eclass,v 1.63 2008/06/24 16:43:38 zzam Exp $
#
# Author:
# Matthias Schwarzott <zzam@gentoo.org>
@@ -185,7 +185,7 @@ vdr_patchmakefile() {
# Set VDRINCDIR=/usr/include
# Change $(VDRDIR)/include to $(VDRINCDIR)
- ebegin " Setting Pathes"
+ ebegin " Setting paths"
sed -i Makefile \
-e "s:^VDRDIR.*$:VDRDIR = ${VDR_INCLUDE_DIR}:" \
-e "/^VDRDIR/a VDRINCDIR = ${VDR_INCLUDE_DIR%/vdr}" \