summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Johanson <latexer@gentoo.org>2005-02-18 18:20:06 +0000
committerPeter Johanson <latexer@gentoo.org>2005-02-18 18:20:06 +0000
commit1ee09b4938c50b5807af5bd3271cebda4e481c7a (patch)
treec7daee80590d01ea9c813b226b77bcd46eae7084 /eclass/gtk-sharp-component.eclass
parentFix reverse logic when checking if we should run fix_libtool_files.sh. (diff)
downloadgentoo-2-1ee09b4938c50b5807af5bd3271cebda4e481c7a.tar.gz
gentoo-2-1ee09b4938c50b5807af5bd3271cebda4e481c7a.tar.bz2
gentoo-2-1ee09b4938c50b5807af5bd3271cebda4e481c7a.zip
Add one more sed line, needed for gtk-sharp-1.9.2 ebuild compat.
Diffstat (limited to 'eclass/gtk-sharp-component.eclass')
-rw-r--r--eclass/gtk-sharp-component.eclass3
1 files changed, 2 insertions, 1 deletions
diff --git a/eclass/gtk-sharp-component.eclass b/eclass/gtk-sharp-component.eclass
index aad75e80cd2e..72a67983f6d1 100644
--- a/eclass/gtk-sharp-component.eclass
+++ b/eclass/gtk-sharp-component.eclass
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/gtk-sharp-component.eclass,v 1.5 2005/02/07 19:43:13 latexer Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/gtk-sharp-component.eclass,v 1.6 2005/02/18 18:20:06 latexer Exp $
# Author : Peter Johanson <latexer@gentoo.org>
# Based off of original work in gst-plugins.eclass by <foser@gentoo.org>
@@ -94,6 +94,7 @@ gtk-sharp-component_src_unpack() {
for makefile in $(find . -name Makefile.in)
do
sed -i -e "s;/r:\(\.\./\)*[[:alpha:]]*/\([[:alpha:]]*-[[:alpha:]]*\).dll;/r:${GTK_SHARP_LIB_DIR}/\2.dll;g" \
+ -e "s;\.\./[[:alpha:]]*/\([[:alpha:]]*-[[:alpha:]]*\).dll;${GTK_SHARP_LIB_DIR}/\1.dll;g" \
-e "s;\(\.\.\|\$(top_srcdir)\)/[[:alpha:]]*/\([[:alpha:]]*-[[:alpha:]]*\).xml;${GAPI_DIR}/\2.xml;g" \
-e "s:\$(RUNTIME) \.\./parser/gapi-fixup.exe:${GAPI_FIXUP}:" \
-e "s:\$(RUNTIME) \.\./generator/gapi_codegen.exe:${GAPI_CODEGEN}:" \