Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1200)

Unified Diff: build/install-chroot.sh

Issue 631593003: Add lsof to chroot. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: to alphabetical order Created 6 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/install-chroot.sh
diff --git a/build/install-chroot.sh b/build/install-chroot.sh
index c060f6064e1be963cc314db9f86bb3564969c8ce..2b523cba6ae44916fa3168ac898fb9d2c634f43b 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698