# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
# $Id: $
+ 28 Feb 2008; Chris Gianelloni <wolf31o2@gentoo.org>
+ targets/stage1/stage1-chroot.sh, targets/support/kmerge.sh:
+ Fix our USE invocation here so things work as expected.
+
28 Feb 2008; Chris Gianelloni <wolf31o2@gentoo.org>
targets/support/livecdfs-update.sh:
Force-enable livecd/users for livecd/type gentoo-release-livecd and
echo "USE=\"-* bindist build ${STAGE1_USE} ${clst_HOSTUSE}\"" \
>> /etc/make.conf
run_merge "--noreplace --oneshot --newuse ${clst_buildpkgs}"
-sed -i '/USE="-* bindist build ${STAGE1_USE} ${HOSTUSE}"/d' \
+sed -i "/USE=\"-* bindist build ${STAGE1_USE} ${HOSTUSE}\"/d" \
/etc/make.conf
fi
[ -e /etc/make.conf ] && \
- echo \"USE="${USE} ${clst_kernel_use} symlink build\"" >> /etc/make.conf
+ echo \"USE="\${USE} ${clst_kernel_use} symlink build\"" >> /etc/make.conf
if [ -n "${clst_KERNCACHE}" ]
then
else
run_emerge "${clst_ksource}" || exit 1
fi
-sed -i '/USE="${USE} ${clst_kernel_use} symlink build"/d' /etc/make.conf
+sed -i "/USE=\"\${USE} ${clst_kernel_use} symlink build\"/d" /etc/make.conf
# If catalyst has set to a empty string, extraversion wasn't specified so we
# skip this part