Chromium Code Reviews| Index: build/install-chroot.sh |
| diff --git a/build/install-chroot.sh b/build/install-chroot.sh |
| index c060f6064e1be963cc314db9f86bb3564969c8ce..a42b1923aaa4d66b1e200f765655f0b1ff189c1c 100755 |
| --- a/build/install-chroot.sh |
| +++ b/build/install-chroot.sh |
| @@ -639,7 +639,7 @@ sudo "/usr/local/bin/${target%bit}" /bin/sh -c ' |
| # Install a few more commonly used packages |
| sudo "/usr/local/bin/${target%bit}" apt-get -y install \ |
| autoconf automake1.9 dpkg-dev g++-multilib gcc-multilib gdb less libtool \ |
| - strace |
| + strace lsof |
|
Lei Zhang
2014/10/08 05:22:23
can you put the package names in alphabetical orde
Yoshisato Yanagisawa
2014/10/08 05:31:31
yes. good catch.
I just noticed that alphabetical
|
| # If running a 32bit environment on a 64bit machine, install a few binaries |
| # as 64bit. This is only done automatically if the chroot distro is the same as |