Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(3216)

Unified Diff: build/install-build-deps.sh

Issue 1154004: Add support for alpha and beta versions of karmic in install-build-deps.sh (Closed)
Patch Set: add lucid Created 10 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/install-build-deps.sh
diff --git a/build/install-build-deps.sh b/build/install-build-deps.sh
index b85eddd23d9a5f6bd2d8ac332c75d8f27a830499..a470ede7432ef3877cc0d533e8e1252ce2d905d5 100755
--- a/build/install-build-deps.sh
+++ b/build/install-build-deps.sh
@@ -116,7 +116,7 @@ __EOF__
fi
}
-if ! egrep -q 'Ubuntu (8\.04|8\.10|9\.04|9\.10)' /etc/issue; then
+if ! egrep -q 'Ubuntu (8\.04|8\.10|9\.04|9\.10|karmic|lucid)' /etc/issue; then
echo "Only Ubuntu 8.04, 8.10, 9.04, and 9.10 are currently supported" >&2
exit 1
fi
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698