Index: chrome/installer/linux/debian/build.sh |
diff --git a/chrome/installer/linux/debian/build.sh b/chrome/installer/linux/debian/build.sh |
index 2de349cb1264206bb6b67799711dc85a06fc14bf..b7998f36ab8b01745862a5d1e069c5a6e900e7e1 100755 |
--- a/chrome/installer/linux/debian/build.sh |
+++ b/chrome/installer/linux/debian/build.sh |
@@ -339,7 +339,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 |