mirror of
https://github.com/flatcar/scripts.git
synced 2025-09-23 14:41:31 +02:00
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:
parent
0db88bcd55
commit
759ded1293
9
mod_for_test_scripts/500installPatch
Executable file
9
mod_for_test_scripts/500installPatch
Executable 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
|
||||
|
7
mod_for_test_scripts/b500patch
Normal file
7
mod_for_test_scripts/b500patch
Normal 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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user