summaryrefslogtreecommitdiffstats
path: root/build/install-chroot.sh
diff options
context:
space:
mode:
authoryyanagisawa <yyanagisawa@chromium.org>2014-10-07 23:25:40 -0700
committerCommit bot <commit-bot@chromium.org>2014-10-08 06:26:01 +0000
commit9061716adeebd331494cf8a1d473302f3d303066 (patch)
treeaa1f25c83d941f4af9bdb095e7f7b7770827aaa6 /build/install-chroot.sh
parent99069fcd6e8377750fff6c0409f4513fde63bb77 (diff)
downloadchromium_src-9061716adeebd331494cf8a1d473302f3d303066.zip
chromium_src-9061716adeebd331494cf8a1d473302f3d303066.tar.gz
chromium_src-9061716adeebd331494cf8a1d473302f3d303066.tar.bz2
Add lsof to chroot.
BUG=409482 NOTRY=true Review URL: https://codereview.chromium.org/631593003 Cr-Commit-Position: refs/heads/master@{#298662}
Diffstat (limited to 'build/install-chroot.sh')
-rwxr-xr-xbuild/install-chroot.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/build/install-chroot.sh b/build/install-chroot.sh
index c060f60..2b523cb 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
+ lsof strace
# 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