git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/catalyst/trunk@346
d1e1f19c-881f-0410-ab34-
b69fee027534
# ChangeLog for gentoo/src/catalyst
# Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo/src/catalyst/ChangeLog,v 1.38 2004/04/05 20:31:43 zhen Exp $
+# $Header: /var/cvsroot/gentoo/src/catalyst/ChangeLog,v 1.39 2004/04/06 05:31:37 zhen Exp $
+
+ 06 Apr 2004; John Davis <zhen@gentoo.org> targets/stage1/stage1-chroot.sh:
+ fix for /dev in stage1
05 Apr 2004; John Davis <zhen@gentoo.org> modules/targets.py:
bugfix for #46861
USE="-* build" emerge ${EMERGE_OPTS} --noreplace $x || exit 1
done
- if [ ! -d /dev ]
+ if [ ! -d ${ROOT}/dev ]
then
- mkdir -p /dev
- cd /dev
+ mkdir -p ${ROOT}/dev
+ cd ${ROOT}/dev
MAKEDEV generic-i386
fi
;;
if [ -e /usr/sbin/gcc-config ]
then
mythang=\$( cd /etc/env.d/gcc; ls ${clst_CHOST}-* )
- gcc-config \${mythang}; env-update; source /etc/profile
+ gcc-config \${mythang}; /usr/sbin/env-update; source /etc/profile
fi
#stage1 is not going to have anything in zoneinfo, so save our Factory timezone
rm -f /etc/localtime