| Index: trunk/src/chrome/installer/linux/common/installer.include
|
| ===================================================================
|
| --- trunk/src/chrome/installer/linux/common/installer.include (revision 258129)
|
| +++ trunk/src/chrome/installer/linux/common/installer.include (working copy)
|
| @@ -150,8 +150,6 @@
|
| # ffmpeg libs
|
| install -m 644 -s "${BUILDDIR}/libffmpegsumo.so" "${STAGEDIR}/${INSTALLDIR}/"
|
|
|
| - install -m 644 -s "${BUILDDIR}/lib/libmojo_system.so" "${STAGEDIR}/${INSTALLDIR}/lib/"
|
| -
|
| # Widevine CDM.
|
| if [ -f "${BUILDDIR}/libwidevinecdmadapter.so" ]; then
|
| install -m 644 -s "${BUILDDIR}/libwidevinecdmadapter.so" "${STAGEDIR}/${INSTALLDIR}/"
|
|
|