From 29a8193eb2f5dfc79b9b4baa8db2345dc93f91a5 Mon Sep 17 00:00:00 2001 From: Leah Rowe Date: Sun, 27 Aug 2023 11:42:20 +0100 Subject: build/src/for: rename to handle/make/file Signed-off-by: Leah Rowe --- resources/scripts/handle/config/file | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'resources/scripts/handle/config/file') 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" || \ -- cgit v1.2.1