It helps if I put things in the correct order so they'll actually execute, rather...
authorChris Gianelloni <wolf31o2@gentoo.org>
Thu, 13 Mar 2008 18:20:27 +0000 (18:20 +0000)
committerChris Gianelloni <wolf31o2@gentoo.org>
Thu, 13 Mar 2008 18:20:27 +0000 (18:20 +0000)
git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/catalyst/trunk@1378 d1e1f19c-881f-0410-ab34-b69fee027534

ChangeLog
targets/support/kmerge.sh

index 6d7277ffd9972e52f40cb76f5f1156bb2edf3918..07c8766d93f2c80b6647436fcf36b1abf4078384 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,11 @@
 # Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
 # $Id: $
 
+  13 Mar 2008; Chris Gianelloni <wolf31o2@gentoo.org>
+  targets/support/kmerge.sh:
+  It helps if I put things in the correct order so they'll actually execute,
+  rather than getting a nice error from emerge.
+
   13 Mar 2008; Chris Gianelloni <wolf31o2@gentoo.org>
   targets/support/kmerge.sh:
   Change upgrade to update.
index 06f0f4ad35028335df8faa9b020e8ed31789c9a8..b0e6fc7b95025729f2bdd8feeeac5bbbfe5b6522 100755 (executable)
@@ -189,7 +189,7 @@ fi
 if [ -n "${clst_KERNCACHE}" ]
 then
        mkdir -p /tmp/kerncache/${clst_kname}
-       clst_root_path=/tmp/kerncache/${clst_kname} PKGDIR=${PKGDIR} run_merge clst_myemergeopts="--quiet --nodeps --update --newuse"  "${clst_ksource}" || exit 1
+       clst_root_path=/tmp/kerncache/${clst_kname} PKGDIR=${PKGDIR} clst_myemergeopts="--quiet --nodeps --update --newuse" run_merge "${clst_ksource}" || exit 1
        KERNELVERSION=`portageq best_visible / "${clst_ksource}"`
        if [ ! -e /etc/portage/profile/package.provided ]
        then