diff options
Diffstat (limited to 'app-text/ggv/ggv-0.95.ebuild')
-rw-r--r-- | app-text/ggv/ggv-0.95.ebuild | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/app-text/ggv/ggv-0.95.ebuild b/app-text/ggv/ggv-0.95.ebuild index 7375fba2ffc5..f848cae5e490 100644 --- a/app-text/ggv/ggv-0.95.ebuild +++ b/app-text/ggv/ggv-0.95.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2000 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Author Achim Gottinger <achim@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/app-text/ggv/ggv-0.95.ebuild,v 1.2 2000/08/16 04:38:00 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/ggv/ggv-0.95.ebuild,v 1.3 2000/09/15 20:08:53 drobbins Exp $ P=ggv-0.95 A=${P}.tar.gz @@ -15,14 +15,14 @@ src_compile() { cd ${S} cp configure configure.orig sed -e "s/BONOBO_TRUE/BONOBO_FALSE/" configure.orig > configure - ./configure --host=${CHOST} --prefix=/opt/gnome \ + try ./configure --host=${CHOST} --prefix=/opt/gnome \ --with-catgets --without-bonobo - make + try make } src_install() { cd ${S} - make prefix=${D}/opt/gnome install + try make prefix=${D}/opt/gnome install dodoc AUTHORS COPYING ChangeLog NEWS README TODO } |