Build in patch in Chromium OS test image.

Compilebench in Autotest needs patch.

Review URL: http://codereview.chromium.org/500096
This commit is contained in:
Tom Wai-Hong Tam 2009-12-18 10:01:01 +08:00
parent 0db88bcd55
commit 759ded1293
2 changed files with 16 additions and 0 deletions

View File

@ -0,0 +1,9 @@
#!/bin/bash
# Copyright (c) 2009 The Chromium OS Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
# Install patch.
dpkg --install /modify_build/patch_*.deb

View File

@ -0,0 +1,7 @@
# Copyright (c) 2009 The Chromium OS Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
sudo cp "${DEFAULT_IMG_MIRROR#*://}"/pool/main/p/patch/patch_*.deb \
"${ROOT_FS_DIR}/modify_build"