Fixing sed so that systemspkgs.txt is built properly.
authorChris Gianelloni <wolf31o2@gentoo.org>
Wed, 16 Aug 2006 21:50:12 +0000 (21:50 +0000)
committerChris Gianelloni <wolf31o2@gentoo.org>
Wed, 16 Aug 2006 21:50:12 +0000 (21:50 +0000)
git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/catalyst/trunk@1172 d1e1f19c-881f-0410-ab34-b69fee027534

ChangeLog
targets/support/livecdfs-update.sh

index a76941822b53299a6d83e5b25c6a58eb4caab50f..d7719f91f2d36dbbd47329793853e47ddc0c3b9a 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
 # Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo/src/catalyst/ChangeLog,v 1.656 2006/08/11 13:29:15 wolf31o2 Exp $
+# $Header: /var/cvsroot/gentoo/src/catalyst/ChangeLog,v 1.657 2006/08/16 21:50:12 wolf31o2 Exp $
+
+  16 Aug 2006; Chris Gianelloni <wolf31o2@gentoo.org>
+  targets/support/livecdfs-update.sh:
+  Fixing sed so that systemspkgs.txt is built properly.
 
   11 Aug 2006; Chris Gianelloni <wolf31o2@gentoo.org> arch/sparc.py:
   The sparc32 binary is in /bin, not /usr/bin.
index 764c765635c81a4259ca6c444e66ce0e3bb0bbfc..c3b81ff8677f0715721c0d172988dd530dd62ae9 100755 (executable)
@@ -1,7 +1,7 @@
 #!/bin/bash
 # Copyright 1999-2005 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo/src/catalyst/targets/support/livecdfs-update.sh,v 1.59 2006/08/09 14:44:38 wolf31o2 Exp $
+# $Header: /var/cvsroot/gentoo/src/catalyst/targets/support/livecdfs-update.sh,v 1.60 2006/08/16 21:50:12 wolf31o2 Exp $
 
 . /tmp/chroot-functions.sh
 
@@ -310,7 +310,7 @@ case ${clst_livecd_type} in
 
                # This gives us our list of system packages for the installer
                mkdir -p /usr/livecd
-               USE="-* $(cat /var/db/pkg/sys-libs/glibc*/USE)" emerge -ep system | grep -e '^\[ebuild' | sed -e 's:^\[ebuild .\+\] ::' > /usr/livecd/systempkgs.txt
+               USE="-* $(cat /var/db/pkg/sys-libs/glibc*/USE)" emerge -ep system | grep -e '^\[ebuild' | sed -e 's:^\[ebuild .\+\] ::' -e 's: .\+$::' > /usr/livecd/systempkgs.txt
 
                # This is my hack to reduce tmpfs usage
                cp -r /usr/portage/profiles /usr/livecd