| Index: src/scripts/mod_for_test_scripts/500installPatch
|
| diff --git a/src/scripts/mod_for_test_scripts/500installPatch b/src/scripts/mod_for_test_scripts/500installPatch
|
| new file mode 100755
|
| index 0000000000000000000000000000000000000000..0a53019caee7d6f71e2f6b237f5a3b77cb45a8ee
|
| --- /dev/null
|
| +++ b/src/scripts/mod_for_test_scripts/500installPatch
|
| @@ -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
|
| +
|
|
|