| Index: chrome/installer/linux/common/installer.include
|
| diff --git a/chrome/installer/linux/common/installer.include b/chrome/installer/linux/common/installer.include
|
| index a316906501d55a5894caec7530bcbc1db75dce6e..2f6b321c2455cd190904014b8adf69b1fb091e87 100644
|
| --- a/chrome/installer/linux/common/installer.include
|
| +++ b/chrome/installer/linux/common/installer.include
|
| @@ -177,11 +177,6 @@ stage_install_common() {
|
| install -m 644 -s "${BUILDDIR}/lib/libpeerconnection.so" "${STAGEDIR}/${INSTALLDIR}/lib/"
|
| fi
|
|
|
| - # nacl pepper plugin
|
| - if [ -f "${BUILDDIR}/libppGoogleNaClPluginChrome.so" ]; then
|
| - install -m 644 -s "${BUILDDIR}/libppGoogleNaClPluginChrome.so" "${STAGEDIR}/${INSTALLDIR}/"
|
| - fi
|
| -
|
| # nacl_helper and nacl_helper_bootstrap
|
| # Don't use "-s" (strip) because this runs binutils "strip", which
|
| # mangles the special ELF program headers of nacl_helper_bootstrap.
|
|
|