diff options
author | Fabian Groffen <grobian@gentoo.org> | 2009-01-06 19:37:18 +0000 |
---|---|---|
committer | Fabian Groffen <grobian@gentoo.org> | 2009-01-06 19:37:18 +0000 |
commit | 08c4656f3278bb12795b3d315ab7c33c6ac47f31 (patch) | |
tree | bcc49a9889bc573b635b740dfe031b6e1ebb4729 /eclass | |
parent | generalise comment (diff) | |
download | historical-08c4656f3278bb12795b3d315ab7c33c6ac47f31.tar.gz historical-08c4656f3278bb12795b3d315ab7c33c6ac47f31.tar.bz2 historical-08c4656f3278bb12795b3d315ab7c33c6ac47f31.zip |
spaces -> tabs
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/gtk-sharp-module.eclass | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/eclass/gtk-sharp-module.eclass b/eclass/gtk-sharp-module.eclass index 611bd4a9f7ef..cc299112df36 100644 --- a/eclass/gtk-sharp-module.eclass +++ b/eclass/gtk-sharp-module.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/gtk-sharp-module.eclass,v 1.10 2009/01/05 22:10:44 loki_val Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/gtk-sharp-module.eclass,v 1.11 2009/01/06 19:37:18 grobian Exp $ # Author : Peter Johanson <latexer@gentoo.org>, butchered by ikelos, then loki_val. # Based off of original work in gst-plugins.eclass by <foser@gentoo.org> @@ -358,10 +358,10 @@ generate_pkgconfig() { Version: ${pkgconfig_version} EOF - for gfile in "${D}"/usr/${apifile%/*}/*-api.xml - do - CSTRING="${CSTRING} -I:"'${gapidir}'"/${gfile##*/}" - done + for gfile in "${D}"/usr/${apifile%/*}/*-api.xml + do + CSTRING="${CSTRING} -I:"'${gapidir}'"/${gfile##*/}" + done echo "${CSTRING}" >> "${D}/usr/$(get_libdir)/pkgconfig/${pkgconfig_filename}.pc" |