diff options
author | D.M.D. Ljungmark <spider@gentoo.org> | 2002-06-18 21:17:16 +0000 |
---|---|---|
committer | D.M.D. Ljungmark <spider@gentoo.org> | 2002-06-18 21:17:16 +0000 |
commit | 5a75d288cb6e5dbc56f298dab57b07ebc720b9e6 (patch) | |
tree | 21ee6ad298299b1a4e0af660ed9d92a2cdbac6d7 /eclass/gnome2.eclass | |
parent | I was dumb. -r6 is fixed. (diff) | |
download | historical-5a75d288cb6e5dbc56f298dab57b07ebc720b9e6.tar.gz historical-5a75d288cb6e5dbc56f298dab57b07ebc720b9e6.tar.bz2 historical-5a75d288cb6e5dbc56f298dab57b07ebc720b9e6.zip |
remove ugly hackaround
Diffstat (limited to 'eclass/gnome2.eclass')
-rw-r--r-- | eclass/gnome2.eclass | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/eclass/gnome2.eclass b/eclass/gnome2.eclass index 5c9ac993d5a4..43bb1d9eb651 100644 --- a/eclass/gnome2.eclass +++ b/eclass/gnome2.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/gnome2.eclass,v 1.15 2002/06/17 23:19:20 spider Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/gnome2.eclass,v 1.16 2002/06/18 21:17:16 spider Exp $ inherit libtool inherit debug @@ -16,7 +16,6 @@ SCROLLKEEPER_UPDATE="0" gnome2_src_configure() { elibtoolize - cd ${S} # doc keyword for gtk-doc use doc && G2CONF="${G2CONF} --enable-gtk-doc" || G2CONF="${G2CONF} --disable-gtk-doc" |