DescriptionUpdate build_image to link to make.globals directly, instead of to directory.
The xorg-server ebuild creates /usr/share/portage on the rootfs partition. This
breaks build_image which wants to point the same directory at the stateful
partition.
To work around this we just link to make.globals directly. This workaround fixes
gmerge but doesn't address the problem that there might be more files inside
/usr/share/portage. A better fix should be addressed as part of
crosbug.com/11502
BUG=chromium-os:12441
TEST=Run build_image and verify /usr/share/portage/config/make.globals points to
/usr/local/share/portage/config/make.globals and that the latter also
exists.
Committed: http://chrome-svn/viewvc/chromeos?view=rev&revision=e887548
Patch Set 1 #Patch Set 2 : Use cp instead of ln #Patch Set 3 : Typo fix #Messages
Total messages: 4 (0 generated)
|