diff options
Diffstat (limited to 'dev-lang/nasm/nasm-0.98.31.ebuild')
-rw-r--r-- | dev-lang/nasm/nasm-0.98.31.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-lang/nasm/nasm-0.98.31.ebuild b/dev-lang/nasm/nasm-0.98.31.ebuild index 0521a91a2a25..8a5dec47120c 100644 --- a/dev-lang/nasm/nasm-0.98.31.ebuild +++ b/dev-lang/nasm/nasm-0.98.31.ebuild @@ -1,6 +1,6 @@ # Copyright 2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/dev-lang/nasm/nasm-0.98.31.ebuild,v 1.3 2002/07/23 04:11:56 george Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/nasm/nasm-0.98.31.ebuild,v 1.4 2002/08/02 04:44:54 seemant Exp $ S=${WORKDIR}/${P} DESCRIPTION="groovy little assembler" @@ -20,7 +20,7 @@ SLOT="0" LICENSE="LGPL-2.1" KEYWORDS="x86" -src_compile() { +src_compile() { ./configure --prefix=/usr || die if [ "`use build`" ]; then |