| Index: third_party/instrumented_libraries/scripts/install-build-deps.sh
|
| diff --git a/third_party/instrumented_libraries/scripts/install-build-deps.sh b/third_party/instrumented_libraries/scripts/install-build-deps.sh
|
| index 5160ccf26ac7e01534acb2d1ae0df588c552cb85..d63ab98d0e3b92c4425a5efe20464ec757a2e2ed 100755
|
| --- a/third_party/instrumented_libraries/scripts/install-build-deps.sh
|
| +++ b/third_party/instrumented_libraries/scripts/install-build-deps.sh
|
| @@ -68,7 +68,6 @@ udev \
|
| zlib1g \
|
| brltty"
|
|
|
| -precise_specific_packages="libtasn1-3"
|
| trusty_specific_packages="\
|
| libtasn1-6 \
|
| harfbuzz
|
| @@ -76,9 +75,7 @@ libsecret"
|
|
|
| ubuntu_release=$(lsb_release -cs)
|
|
|
| -if test "$ubuntu_release" = "precise" ; then
|
| - packages="$common_packages $precise_specific_packages"
|
| -else
|
| +if test "$ubuntu_release" = "trusty" ; then
|
| packages="$common_packages $trusty_specific_packages"
|
| fi
|
|
|
|
|