diff options
author | Leah Rowe <leah@libreboot.org> | 2023-08-27 11:42:20 +0100 |
---|---|---|
committer | Leah Rowe <leah@libreboot.org> | 2023-08-27 11:42:20 +0100 |
commit | 29a8193eb2f5dfc79b9b4baa8db2345dc93f91a5 (patch) | |
tree | 190d123593a26075ddef1e7035e3f48c5067732e /resources/scripts/build/descriptors | |
parent | 27c67295c73dd0dc78c347cf653a69b284f0fc64 (diff) |
build/src/for: rename to handle/make/file
Signed-off-by: Leah Rowe <leah@libreboot.org>
Diffstat (limited to 'resources/scripts/build/descriptors')
-rwxr-xr-x | resources/scripts/build/descriptors/ich9m | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/resources/scripts/build/descriptors/ich9m b/resources/scripts/build/descriptors/ich9m index 3bfed53c..d965aef8 100755 --- a/resources/scripts/build/descriptors/ich9m +++ b/resources/scripts/build/descriptors/ich9m @@ -25,7 +25,7 @@ ich9gen="util/ich9utils/ich9gen" main() { - [ -f "${ich9gen}" ] || ./build src for -b ich9utils || \ + [ -f "${ich9gen}" ] || ./handle make file -b ich9utils || \ err "ich9utils make" [ ! -f "${ich9gen}" ] && err "ich9gen doesn't exist" |