Makefile: hard-code eselect python set python2.6

This commit is contained in:
Albert Hopkins 2011-01-11 17:00:09 -05:00
parent 16efcaea51
commit 93a6eaf2f6
1 changed files with 2 additions and 0 deletions

View File

@ -104,6 +104,8 @@ portage: stage3
preproot: stage3 mounts portage preproot: stage3 mounts portage
cp -L /etc/resolv.conf $(CHROOT)/etc/ cp -L /etc/resolv.conf $(CHROOT)/etc/
# bug in portage... annoying
chroot $(CHROOT) eselect python set python2.6
touch preproot touch preproot
stage3: stage3: