Chromium Code Reviews| Index: chrome/installer/linux/debian/build.sh |
| diff --git a/chrome/installer/linux/debian/build.sh b/chrome/installer/linux/debian/build.sh |
| index b25a7573396b6a87911295e4fd149c2c3ea6f64b..4bc1c271f2c767057de58d9d3101260e60058919 100755 |
| --- a/chrome/installer/linux/debian/build.sh |
| +++ b/chrome/installer/linux/debian/build.sh |
| @@ -290,7 +290,7 @@ rm -rf "$DUMMY_STAGING_DIR" |
| # Pull a more recent version of NSS than required by runtime linking, for |
| # security and stability updates in NSS. |
| ADDITION_DEPS="ca-certificates, libcurl3, libnss3 (>= 3.14.3), \ |
| - lsb-base (>=3.2), xdg-utils (>= 1.0.2), wget" |
| + lsb-base (>=3.2), xdg-utils (>= 1.0.2), wget, libappindicator1" |
|
Lei Zhang
2014/05/28 00:45:10
alphabetical order please
|
| # Fix-up libnspr dependency due to renaming in Ubuntu (the old package still |
| # exists, but it was moved to "universe" repository, which isn't installed by |