| Index: chrome/installer/linux/common/variables.include
|
| diff --git a/chrome/installer/linux/common/variables.include b/chrome/installer/linux/common/variables.include
|
| index e7d535163624aa01b9a6777dcc261dccd2e58050..be94314fe1faebfe05a9bd2d57306ab539d793fb 100644
|
| --- a/chrome/installer/linux/common/variables.include
|
| +++ b/chrome/installer/linux/common/variables.include
|
| @@ -1,10 +1,3 @@
|
| -# Set the installation directory at install time.
|
| -# Currently only does anything for RPM packages.
|
| -INSTALLDIR="@@INSTALLDIR@@"
|
| -if [ -n "${RPM_INSTALL_PREFIX-}" ]; then
|
| - INSTALLDIR="${RPM_INSTALL_PREFIX}"/${INSTALLDIR##"@@INSTALLDIRPREFIX@@/"}
|
| -fi
|
| -
|
| # System-wide package configuration.
|
| DEFAULTS_FILE="/etc/default/@@PACKAGE@@"
|
|
|
|
|