diff options
author | Geert Bevin <gbevin@gentoo.org> | 2002-03-21 12:09:39 +0000 |
---|---|---|
committer | Geert Bevin <gbevin@gentoo.org> | 2002-03-21 12:09:39 +0000 |
commit | 7ac950989a3ce5115ed458a4821bb11cd1f6283c (patch) | |
tree | 86d25463132dec5859c55a83e3faf23a1524c849 /dev-db/firebird | |
parent | No more gzipped HTML documentation (diff) | |
download | historical-7ac950989a3ce5115ed458a4821bb11cd1f6283c.tar.gz historical-7ac950989a3ce5115ed458a4821bb11cd1f6283c.tar.bz2 historical-7ac950989a3ce5115ed458a4821bb11cd1f6283c.zip |
Small fix
Diffstat (limited to 'dev-db/firebird')
-rw-r--r-- | dev-db/firebird/firebird-1.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-db/firebird/firebird-1.0.ebuild b/dev-db/firebird/firebird-1.0.ebuild index d0cb41035a1e..ab69b2a7b5b5 100644 --- a/dev-db/firebird/firebird-1.0.ebuild +++ b/dev-db/firebird/firebird-1.0.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Maintainer: Geert Bevin <gbevin@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/dev-db/firebird/firebird-1.0.ebuild,v 1.1 2002/03/20 19:19:43 gbevin Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/firebird/firebird-1.0.ebuild,v 1.2 2002/03/21 12:09:39 gbevin Exp $ S=${WORKDIR}/firebird-1.0.0.796 @@ -39,7 +39,7 @@ src_compile() { cd ${S} source Configure_SetupEnv.sh make LD_LIBRARY_PATH="$LD_LIBRARY_PATH:$INTERBASE/lib" firebird || die - make classicpackages || die + make classictarfile || die } src_install () { |