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

Unified Diff: client/deps/sysstat/sysstat.py

Issue 669113: This will fix the build issues for sysstat, as we don't need to install. (Closed)
Patch Set: Added change to netperf2 since we are no longer installing sysstat. Created 10 years, 10 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 | client/tests/netperf2/netperf2.py » ('j') | client/tests/netperf2/netperf2.py » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: client/deps/sysstat/sysstat.py
diff --git a/client/deps/sysstat/sysstat.py b/client/deps/sysstat/sysstat.py
index 78fdeeb47166a7953cfc518b7e837f6a8d9a12be..6a62e30426b9c82ebeea94d5f95173bddc0b1b68 100755
--- a/client/deps/sysstat/sysstat.py
+++ b/client/deps/sysstat/sysstat.py
@@ -16,7 +16,6 @@ def setup(tarball, topdir):
os.chdir(srcdir)
utils.system ('./configure --prefix=%s' % topdir)
utils.system('make')
- utils.system('make install')
os.chdir(topdir)
pwd = os.getcwd()
« no previous file with comments | « no previous file | client/tests/netperf2/netperf2.py » ('j') | client/tests/netperf2/netperf2.py » ('J')

Powered by Google App Engine
This is Rietveld 408576698