diff options
Diffstat (limited to 'sci-mathematics/scilab/scilab-4.1.ebuild')
-rw-r--r-- | sci-mathematics/scilab/scilab-4.1.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sci-mathematics/scilab/scilab-4.1.ebuild b/sci-mathematics/scilab/scilab-4.1.ebuild index f49637a44125..ecb0e57d0d21 100644 --- a/sci-mathematics/scilab/scilab-4.1.ebuild +++ b/sci-mathematics/scilab/scilab-4.1.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/sci-mathematics/scilab/scilab-4.1.ebuild,v 1.4 2007/03/20 13:11:47 markusle Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/scilab/scilab-4.1.ebuild,v 1.5 2007/06/26 02:43:53 mr_bones_ Exp $ inherit eutils fortran toolchain-funcs multilib autotools java-pkg-opt-2 @@ -125,8 +125,8 @@ src_install() { insinto /usr/$(get_libdir)/${P} doins Makefile.incl || die "failed to install Makefile.incl" - # The compile and install process causes the work folder - # to be registered as the runtime folder in many files. + # The compile and install process causes the work folder + # to be registered as the runtime folder in many files. # This is corrected here. BAD_REF="${WORKDIR}/${P}" FIXED_REF="/usr/$(get_libdir)/${P}" |