From bba92a74f9080e91078335b308a6df1f720352ee Mon Sep 17 00:00:00 2001 From: XeonSquared Date: Tue, 19 Nov 2019 21:37:13 +1100 Subject: [PATCH] made build.sh put the init config in the right place --- build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sh b/build.sh index 7acd9a5..2509b80 100755 --- a/build.sh +++ b/build.sh @@ -7,5 +7,5 @@ echo _OSVERSION=\"PsychOS 2.0a1-$(git rev-parse --short HEAD)\" > target/version cat target/version.lua target/init.lua > target/tinit.lua mv target/tinit.lua target/init.lua cp -r exec/ service/ lib/ target/ -cp default-init.txt target/cfg/ +cp default-init.txt target/cfg/init.txt lua finddesc.lua $(find module/ -type f) $(find lib/ -type f) > apidoc.md