Commit 9c6b6e1c authored by lambroslambrou's avatar lambroslambrou Committed by Commit bot

[remoting linux host] Fix debian APT sources list entry.

This removes an extra '}' that accidentally got added in
http://crrev.com/20447ead8ba4b9bf3310da0d80a23a199aba1d60

BUG=625014

Review-Url: https://codereview.chromium.org/2111383002
Cr-Commit-Position: refs/heads/master@{#403395}
parent 0e94f26e
...@@ -10,7 +10,7 @@ ARCHITECTURE=$(dpkg-architecture | awk -F '=' '/DEB_BUILD_ARCH=/{print $2}') ...@@ -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 . # These settings are copied from chrome/installer/linux/debian/build.sh .
BASEREPOCONFIG="dl.google.com/linux/chrome-remote-desktop/deb/ stable main" 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 # Allowed configs include optional HTTPS support and explicit multiarch
# platforms. # platforms.
REPOCONFIGREGEX="deb (\\\\[arch=[^]]*\\\\b${ARCHITECTURE}\\\\b[^]]*\\\\]" REPOCONFIGREGEX="deb (\\\\[arch=[^]]*\\\\b${ARCHITECTURE}\\\\b[^]]*\\\\]"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment