summaryrefslogtreecommitdiff
path: root/resources/scripts/handle/config/file
diff options
context:
space:
mode:
authorLeah Rowe <leah@libreboot.org>2023-08-27 11:42:20 +0100
committerLeah Rowe <leah@libreboot.org>2023-08-27 11:42:20 +0100
commit29a8193eb2f5dfc79b9b4baa8db2345dc93f91a5 (patch)
tree190d123593a26075ddef1e7035e3f48c5067732e /resources/scripts/handle/config/file
parent27c67295c73dd0dc78c347cf653a69b284f0fc64 (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-xresources/scripts/handle/config/file2
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" || \