| Index: chrome/installer/linux/common/installer.include
|
| diff --git a/chrome/installer/linux/common/installer.include b/chrome/installer/linux/common/installer.include
|
| index 68c6555ebedef8933be8e4fd4cbb149c5aee61a5..386d4877a53e30e9e5998bfec3177de9f2d20098 100644
|
| --- a/chrome/installer/linux/common/installer.include
|
| +++ b/chrome/installer/linux/common/installer.include
|
| @@ -73,7 +73,7 @@ process_template() (
|
| -e "s#@@MAINTNAME@@#${MAINTNAME}#g" \
|
| -e "s#@@MAINTMAIL@@#${MAINTMAIL}#g" \
|
| -e "s#@@REPOCONFIG@@#${REPOCONFIG}#g" \
|
| - -e "s#@@SSLREPOCONFIG@@#${SSLREPOCONFIG}#g" \
|
| + -e "s#@@REPOCONFIGREGEX@@#${REPOCONFIGREGEX}#g" \
|
| -e "s#@@SHORTDESC@@#${SHORTDESC}#g" \
|
| -e "s#@@FULLDESC@@#${FULLDESC}#g" \
|
| -e "s#@@DEFAULT_FLAGS@@#${DEFAULT_FLAGS:-}#g" \
|
|
|