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

Unified Diff: delta_diff_generator.cc

Issue 4114006: AU: locate bsdiff/bspatch in $PATH, rather than hard coding their location. (Closed) Base URL: http://git.chromium.org/git/update_engine.git@master
Patch Set: fix for review Created 10 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 | subprocess.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: delta_diff_generator.cc
diff --git a/delta_diff_generator.cc b/delta_diff_generator.cc
index ea65c1a7160c11a4c94ee01d89a309046361ed6c..b2d4c69025746af126cedc8aa326ca6808ed45ed 100644
--- a/delta_diff_generator.cc
+++ b/delta_diff_generator.cc
@@ -1632,8 +1632,8 @@ bool DeltaDiffGenerator::GenerateDeltaUpdateFile(
return true;
}
-const char* const kBsdiffPath = "/usr/bin/bsdiff";
-const char* const kBspatchPath = "/usr/bin/bspatch";
+const char* const kBsdiffPath = "bsdiff";
+const char* const kBspatchPath = "bspatch";
const char* const kDeltaMagic = "CrAU";
}; // namespace chromeos_update_engine
« no previous file with comments | « no previous file | subprocess.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698