diff options
Diffstat (limited to 'app-sci/octave/octave-2.0.17.ebuild')
-rw-r--r-- | app-sci/octave/octave-2.0.17.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/app-sci/octave/octave-2.0.17.ebuild b/app-sci/octave/octave-2.0.17.ebuild index e65c7fc57562..ebdbce5feae8 100644 --- a/app-sci/octave/octave-2.0.17.ebuild +++ b/app-sci/octave/octave-2.0.17.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-sci/octave/octave-2.0.17.ebuild,v 1.6 2003/02/13 09:24:11 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-sci/octave/octave-2.0.17.ebuild,v 1.7 2003/09/06 22:23:06 msterret Exp $ S=${WORKDIR}/${P} @@ -23,7 +23,7 @@ src_compile() { --enable-dl \ --enable-shared \ --enable-rpath \ - --enable-lite-kernel \ + --enable-lite-kernel \ ${myconf} || die "configure failed" make || die "make failed" @@ -31,7 +31,7 @@ src_compile() { } src_install () { - + make \ prefix=${D}/usr \ mandir=${D}/usr/share/man \ |