| Index: remoting/host/installer/linux/build-deb.sh
|
| diff --git a/remoting/host/installer/linux/build-deb.sh b/remoting/host/installer/linux/build-deb.sh
|
| index 165a852521aad2a48dde533425293ea6d6c068b8..93d5b95db947ec4dcb124c30cd71db8085f7653a 100755
|
| --- a/remoting/host/installer/linux/build-deb.sh
|
| +++ b/remoting/host/installer/linux/build-deb.sh
|
| @@ -10,7 +10,7 @@ ARCHITECTURE=$(dpkg-architecture | awk -F '=' '/DEB_BUILD_ARCH=/{print $2}')
|
|
|
| # These settings are copied from chrome/installer/linux/debian/build.sh .
|
| BASEREPOCONFIG="dl.google.com/linux/chrome-remote-desktop/deb/ stable main"
|
| -REPOCONFIG="deb [arch=${ARCHITECTURE}] http://${BASEREPOCONFIG}}"
|
| +REPOCONFIG="deb [arch=${ARCHITECTURE}] http://${BASEREPOCONFIG}"
|
| # Allowed configs include optional HTTPS support and explicit multiarch
|
| # platforms.
|
| REPOCONFIGREGEX="deb (\\\\[arch=[^]]*\\\\b${ARCHITECTURE}\\\\b[^]]*\\\\]"
|
|
|