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

Unified Diff: chrome/installer/linux/debian/build.sh

Issue 779413002: Linux: Switch the .deb package from lzma to xz compression. Set max compression. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: change another lzma reference Created 6 years 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 | chrome/installer/linux/debian/control.template » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/installer/linux/debian/build.sh
diff --git a/chrome/installer/linux/debian/build.sh b/chrome/installer/linux/debian/build.sh
index 2e5e061112f8853ca39b090300717a4b695be6ff..533e986a99ab6b22ae6dc4b896a10c997fb26aa2 100755
--- a/chrome/installer/linux/debian/build.sh
+++ b/chrome/installer/linux/debian/build.sh
@@ -110,7 +110,7 @@ do_package() {
if [ -f "${DEB_CONTROL}" ]; then
gen_control
fi
- fakeroot dpkg-deb -Zlzma -b "${STAGEDIR}" .
+ fakeroot dpkg-deb -Zxz -z9 -b "${STAGEDIR}" .
}
# Remove temporary files and unwanted packaging output.
« no previous file with comments | « no previous file | chrome/installer/linux/debian/control.template » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698