| 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.
|
|
|