diff options
author | pph34r@gmail.com <pph34r@gmail.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-01-08 07:18:24 +0000 |
---|---|---|
committer | pph34r@gmail.com <pph34r@gmail.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-01-08 07:18:24 +0000 |
commit | c7492db62e60bed31c09aa91e95be381d74e241e (patch) | |
tree | c8ebbb45852ab34cdc092019610c729a345da0c1 /build/install-build-deps.sh | |
parent | 166d7ffb4093ead55406315b191f6f491833eeda (diff) | |
download | chromium_src-c7492db62e60bed31c09aa91e95be381d74e241e.zip chromium_src-c7492db62e60bed31c09aa91e95be381d74e241e.tar.gz chromium_src-c7492db62e60bed31c09aa91e95be381d74e241e.tar.bz2 |
Add Ubuntu 12.10 to the list of supported versions
Review URL: https://chromiumcodereview.appspot.com/11791020
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@175495 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'build/install-build-deps.sh')
-rwxr-xr-x | build/install-build-deps.sh | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/build/install-build-deps.sh b/build/install-build-deps.sh index a7cd0e3..4d10451 100755 --- a/build/install-build-deps.sh +++ b/build/install-build-deps.sh @@ -36,11 +36,11 @@ do shift done -ubuntu_versions="10\.04|10\.10|11\.04|11\.10|12\.04" -ubuntu_codenames="lucid|maverick|natty|oneiric|precise" +ubuntu_versions="10\.04|10\.10|11\.04|11\.10|12\.04|12\.10" +ubuntu_codenames="lucid|maverick|natty|oneiric|precise|quantal" if ! egrep -q "Ubuntu ($ubuntu_versions|$ubuntu_codenames)" /etc/issue; then - echo "ERROR: Only Ubuntu 10.04 (lucid) through 12.04 (precise) are currently"\ + echo "ERROR: Only Ubuntu 10.04 (lucid) through 12.10 (quantal) are currently"\ "supported" >&2 exit 1 fi |