From 3aa9ce87f05327fe79242d6fcbfdc72869a5a090 Mon Sep 17 00:00:00 2001 From: Daniel Robbins Date: Mon, 23 Feb 2004 17:53:18 +0000 Subject: [PATCH] don't download MS core fonts, etc. git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/catalyst/trunk@248 d1e1f19c-881f-0410-ab34-b69fee027534 --- targets/grp/grp.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/targets/grp/grp.sh b/targets/grp/grp.sh index 2720b96b..0b49299d 100755 --- a/targets/grp/grp.sh +++ b/targets/grp/grp.sh @@ -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/src/catalyst/targets/grp/Attic/grp.sh,v 1.8 2004/02/23 06:13:22 drobbins Exp $ +# $Header: /var/cvsroot/gentoo/src/catalyst/targets/grp/Attic/grp.sh,v 1.9 2004/02/23 17:53:18 drobbins Exp $ case $1 in enter) @@ -51,6 +51,8 @@ run) emerge --usepkg --buildpkg --noreplace $clst_grp_packages || exit 1 else unset DISTDIR + #don't grab MS core fonts, etc. + export USE="\$USE bindist" #first grab to the normal distdir emerge --fetchonly $clst_grp_packages || exit 1 export DISTDIR="/tmp/grp/$clst_grp_target" -- 2.26.2