diff options
Diffstat (limited to 'dev-lang/gnat-gcc/gnat-gcc-4.1.2.ebuild')
-rw-r--r-- | dev-lang/gnat-gcc/gnat-gcc-4.1.2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-lang/gnat-gcc/gnat-gcc-4.1.2.ebuild b/dev-lang/gnat-gcc/gnat-gcc-4.1.2.ebuild index 4a24526c448b..f8412ac5e5bd 100644 --- a/dev-lang/gnat-gcc/gnat-gcc-4.1.2.ebuild +++ b/dev-lang/gnat-gcc/gnat-gcc-4.1.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/gnat-gcc/gnat-gcc-4.1.2.ebuild,v 1.4 2007/07/13 06:25:50 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/gnat-gcc/gnat-gcc-4.1.2.ebuild,v 1.5 2007/10/10 18:28:19 george Exp $ inherit gnatbuild @@ -25,7 +25,7 @@ src_unpack() { gnatbuild_src_unpack #fixup some hardwired flags - cd ${S}/gcc/ada + cd "${S}"/gcc/ada # universal gcc -> gnatgcc substitution occasionally produces lines too long # and then build halts on the style check or even produces wrong code.. |