Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 45312
Collapse All | Expand All

(-)catalyst/targets/stage1/stage1-preclean2-chroot.sh.orig (-1 / +1 lines)
Lines 6-12 Link Here
6
#now, some finishing touches to initialize gcc-config....
6
#now, some finishing touches to initialize gcc-config....
7
unset ROOT
7
unset ROOT
8
8
9
if [ -e /usr/sbin/gcc-config ]
9
if [ -e /usr/bin/gcc-config ]
10
then
10
then
11
	mythang=$( cd /etc/env.d/gcc; ls ${clst_CHOST}-* )
11
	mythang=$( cd /etc/env.d/gcc; ls ${clst_CHOST}-* )
12
	echo $mythang; sleep 20
12
	echo $mythang; sleep 20

Return to bug 45312