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/handle/config/file | |
parent | 27c67295c73dd0dc78c347cf653a69b284f0fc64 (diff) |
build/src/for: rename to handle/make/file
Signed-off-by: Leah Rowe <leah@libreboot.org>
Diffstat (limited to 'resources/scripts/handle/config/file')
-rwxr-xr-x | resources/scripts/handle/config/file | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/resources/scripts/handle/config/file b/resources/scripts/handle/config/file index 13d65ad3..d8e217ce 100755 --- a/resources/scripts/handle/config/file +++ b/resources/scripts/handle/config/file @@ -223,7 +223,7 @@ check_config() run_make_command() { - ./build src for -c "${codedir}" + ./handle make file -c "${codedir}" fail "run_make_command: make distclean/clean failed" cp "${config}" "${codedir}/.config" || \ |