| Index: src/scripts/make_chroot.sh
|
| diff --git a/src/scripts/make_chroot.sh b/src/scripts/make_chroot.sh
|
| index 63a5ad0240b15847d20fd8a850d87484af8fb5f7..0daa8857b67b1389edffb0b8f41e4c19deeaea1e 100755
|
| --- a/src/scripts/make_chroot.sh
|
| +++ b/src/scripts/make_chroot.sh
|
| @@ -182,6 +182,11 @@ in_chroot apt-get update
|
| bash_chroot "export DEBIAN_FRONTEND=noninteractive LANG=C && \
|
| apt-get --yes --force-yes install $COMPONENTS"
|
|
|
| +echo "Installing chromiumos-build tool..."
|
| +bash_chroot "cd $CHROOT_TRUNK_DIR/tools/chromiumos-build && \
|
| + debuild -us -uc && sudo dpkg -i ../*.deb"
|
| +
|
| +
|
| # Clean up the chroot mounts
|
| trap - EXIT
|
| cleanup
|
|
|