diff options
author | Alastair Tse <liquidx@gentoo.org> | 2003-02-24 23:23:56 +0000 |
---|---|---|
committer | Alastair Tse <liquidx@gentoo.org> | 2003-02-24 23:23:56 +0000 |
commit | b5314f523e7068a3f81f2f8de18fcad3ae275601 (patch) | |
tree | 81d41b143055cddc4c59525e2f4fbd2198fe08b4 /eclass/gnome2.eclass | |
parent | fixup ChangeLog (diff) | |
download | historical-b5314f523e7068a3f81f2f8de18fcad3ae275601.tar.gz historical-b5314f523e7068a3f81f2f8de18fcad3ae275601.tar.bz2 historical-b5314f523e7068a3f81f2f8de18fcad3ae275601.zip |
allow multiple parameters to pass into gnome2_src_install
Diffstat (limited to 'eclass/gnome2.eclass')
-rw-r--r-- | eclass/gnome2.eclass | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/gnome2.eclass b/eclass/gnome2.eclass index a3a9f92f7d03..fd4f334e53ad 100644 --- a/eclass/gnome2.eclass +++ b/eclass/gnome2.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/gnome2.eclass,v 1.27 2003/02/16 04:26:21 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/gnome2.eclass,v 1.28 2003/02/24 23:23:56 liquidx Exp $ # # Authors: # Bruce A. Locke <blocke@shivan.org> @@ -51,7 +51,7 @@ gnome2_src_install() { # we must delay gconf schema installation due to sandbox export GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL="1" - einstall " scrollkeeper_localstate_dir=${D}/var/lib/scrollkeeper/ ${1}" + einstall " scrollkeeper_localstate_dir=${D}/var/lib/scrollkeeper/ " ${@} unset GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL |