From ce30da19b5ac11c5681ef44b6cd49ddc39c0743d Mon Sep 17 00:00:00 2001 From: "paulg@google.com" Date: Tue, 11 Nov 2008 19:02:12 +0000 Subject: Replace 7z with ar. Review URL: http://codereview.chromium.org/10299 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@5191 0039d316-1c4b-4281-b951-d872f2087c98 --- build/install-build-deps.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'build/install-build-deps.sh') diff --git a/build/install-build-deps.sh b/build/install-build-deps.sh index 46e49d4..db4b0c4 100644 --- a/build/install-build-deps.sh +++ b/build/install-build-deps.sh @@ -16,7 +16,7 @@ download() { unpack_deb() { file=$1 - 7z x $file + ar x $file tar -xzvf data.tar.gz rm -f data.tar.gz control.tar.gz } -- cgit v1.1