| Index: chrome/installer/linux/debian/build.sh
|
| diff --git a/chrome/installer/linux/debian/build.sh b/chrome/installer/linux/debian/build.sh
|
| index 77bf7a99f199950e5aecdbd847b00677c8935aa9..1bed78e5e91d6cd38e57f14f66920abec7ece2b2 100755
|
| --- a/chrome/installer/linux/debian/build.sh
|
| +++ b/chrome/installer/linux/debian/build.sh
|
| @@ -330,7 +330,7 @@ REPOCONFIG="${REPOCONFIG-deb [arch=${ARCHITECTURE}] http://${BASEREPOCONFIG}}"
|
| # Allowed configs include optional HTTPS support and explicit multiarch
|
| # platforms.
|
| REPOCONFIGREGEX="deb (\\\\[arch=[^]]*\\\\b${ARCHITECTURE}\\\\b[^]]*\\\\]"
|
| -REPOCONFIGREGEX+="[[:space:]]*)?https?://${BASEREPOCONFIG}"
|
| +REPOCONFIGREGEX+="[[:space:]]*) https?://${BASEREPOCONFIG}"
|
| stage_install_debian
|
|
|
| do_package
|
|
|