diff options
author | Matthias Schwarzott <zzam@gentoo.org> | 2005-11-30 06:53:16 +0000 |
---|---|---|
committer | Matthias Schwarzott <zzam@gentoo.org> | 2005-11-30 06:53:16 +0000 |
commit | efd39a9e9eeb1087c49fc98f516e3a156a05c178 (patch) | |
tree | 5c0901a8393c2bee8ba892fd694ec4cd0b4d0bf8 /eclass | |
parent | initial import (diff) | |
download | gentoo-2-efd39a9e9eeb1087c49fc98f516e3a156a05c178.tar.gz gentoo-2-efd39a9e9eeb1087c49fc98f516e3a156a05c178.tar.bz2 gentoo-2-efd39a9e9eeb1087c49fc98f516e3a156a05c178.zip |
changed sed-search-regexp to match all header files in VDRDIR
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/vdr-plugin.eclass | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/vdr-plugin.eclass b/eclass/vdr-plugin.eclass index fbbfcc3ec992..995e1416450d 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.9 2005/11/20 16:41:38 zzam Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/vdr-plugin.eclass,v 1.10 2005/11/30 06:53:16 zzam Exp $ # # Author: # Matthias Schwarzott <zzam@gentoo.org> @@ -125,7 +125,7 @@ vdr-plugin_src_unpack() { -e 's:-I$(VDRDIR)/include:-I$(VDRDIR):' \ -e 's:-I$(DVBDIR)/include:-I$(DVBDIR):' \ -e 's:-I$(VDRDIR) -I$(DVBDIR):-I$(DVBDIR) -I$(VDRDIR):' \ - -e 's:$(VDRDIR)/\(config.h\|Make.config\):$(VDRDIR)/vdr/\1:' + -e 's:$(VDRDIR)/\([a-z]*\.h\|Make.config\):$(VDRDIR)/vdr/\1:' eend $? ;; esac |