correctly remove USE=build
authorRick Farina (Zero_Chaos) <zerochaos@gentoo.org>
Fri, 2 Aug 2013 04:49:11 +0000 (00:49 -0400)
committerRick Farina (Zero_Chaos) <zerochaos@gentoo.org>
Fri, 2 Aug 2013 04:49:11 +0000 (00:49 -0400)
c0fcbf027169da8b6f0d5e3c80c1526642c6c672 indavertantly dropped all
livecd-stage2 use flags, rewrite to just drop undesired build.

targets/support/kmerge.sh

index e78e0b494e4d5db8a8dd765915e46c5fa157eaab..89e71325efb436c4385f7493f382431762cb299f 100644 (file)
@@ -197,7 +197,7 @@ then
 fi
 
 [ -e /etc/portage/make.conf ] && \
 fi
 
 [ -e /etc/portage/make.conf ] && \
-       echo "USE=\"\${USE} ${clst_kernel_use} build\"" >> /etc/portage/make.conf
+       echo "USE=\"\${USE} ${clst_kernel_use} \"" >> /etc/portage/make.conf
 
 if [ -n "${clst_KERNCACHE}" ]
 then
 
 if [ -n "${clst_KERNCACHE}" ]
 then
@@ -237,7 +237,7 @@ then
 fi
 
 build_kernel
 fi
 
 build_kernel
-sed -i "/USE=\"\${USE} ${clst_kernel_use} build\"/d" /etc/portage/make.conf
+sed -i "/USE=\"\${USE} ${clst_kernel_use} \"/d" /etc/portage/make.conf
 # grep out the kernel version so that we can do our modules magic
 VER=`grep ^VERSION\ \= /usr/src/linux/Makefile | awk '{ print $3 };'`
 PAT=`grep ^PATCHLEVEL\ \= /usr/src/linux/Makefile | awk '{ print $3 };'`
 # grep out the kernel version so that we can do our modules magic
 VER=`grep ^VERSION\ \= /usr/src/linux/Makefile | awk '{ print $3 };'`
 PAT=`grep ^PATCHLEVEL\ \= /usr/src/linux/Makefile | awk '{ print $3 };'`