Call setup_myemergeopts after changing clst_FETCH
authorAndrew Gaffney <agaffney@gentoo.org>
Mon, 10 Mar 2008 20:50:24 +0000 (20:50 +0000)
committerAndrew Gaffney <agaffney@gentoo.org>
Mon, 10 Mar 2008 20:50:24 +0000 (20:50 +0000)
git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/catalyst/trunk@1368 d1e1f19c-881f-0410-ab34-b69fee027534

ChangeLog
targets/grp/grp-chroot.sh

index 4f499c66e01dc60cea9c9825fcf6cd48b4e44f22..dfab932b5c29e69d157f2235eceff9bfd82c2be3 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,10 @@
 # Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
 # $Id: $
 
+  10 Mar 2008; Andrew Gaffney <agaffney@gentoo.org>
+  targets/grp/grp-chroot.sh:
+  Call setup_myemergeopts after changing clst_FETCH
+
   10 Mar 2008; Andrew Gaffney <agaffney@gentoo.org>
   targets/netboot2/netboot2-pkg.sh:
   Remove a bit of unnecessary code
index 68aec4b9af545473d516f0260d7263b8f3fd9ad9..66b95636eecd7fbed0d5c8f46acd3c2e68f1693f 100755 (executable)
@@ -11,6 +11,9 @@ export PKGDIR="/tmp/grp/${clst_grp_target}"
 if [ "${clst_grp_type}" != "pkgset" ]
 then
        export clst_FETCH=1
+       # This is necessary since we're setting the above variable and the emerge
+       # opts have already been set
+       setup_myemergeopts
 fi
 
 run_merge --noreplace ${clst_grp_packages} || exit 1