diff options
author | D.M.D. Ljungmark <spider@gentoo.org> | 2002-08-22 19:16:05 +0000 |
---|---|---|
committer | D.M.D. Ljungmark <spider@gentoo.org> | 2002-08-22 19:16:05 +0000 |
commit | 8c17190b2974f90259a6ef0da7e954f8cb46a96b (patch) | |
tree | a19099967edf869b23d7680c11ef31ac3e0a8311 /eclass | |
parent | small fixor (diff) | |
download | gentoo-2-8c17190b2974f90259a6ef0da7e954f8cb46a96b.tar.gz gentoo-2-8c17190b2974f90259a6ef0da7e954f8cb46a96b.tar.bz2 gentoo-2-8c17190b2974f90259a6ef0da7e954f8cb46a96b.zip |
removed two comments
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/gnome2.eclass | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/eclass/gnome2.eclass b/eclass/gnome2.eclass index 32035bfd523e..d60d47a03838 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.22 2002/08/22 19:06:40 azarah Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/gnome2.eclass,v 1.23 2002/08/22 19:16:05 spider Exp $ inherit libtool @@ -64,8 +64,6 @@ gnome2_src_install() { [ -x ${ROOT}/bin/wc ] && [ `ls -al ${D}/var/lib/scrollkeeper | wc -l` -eq 3 ] && \ rm -rf ${D}/var/lib/scrollkeeper # only update scrollkeeper if this package needs it - # we cannot use a env variable, as it may get reset when merging - # in phases. [ ! -d ${D}/var/lib/scrollkeeper ] && SCROLLKEEPER_UPDATE="0" } |