From: Nishi Date: Thu, 3 Oct 2024 04:36:52 +0000 (+0000) Subject: update koakumafile X-Git-Url: https://git.chaotic.ninja/gitweb/nishi/?a=commitdiff_plain;h=c6bc766ae9a0b0d3a68dcbec8466c28a6917f45c;p=tewi.git update koakumafile git-svn-id: file:///raid/svn-personal/tewi/trunk@234 8739d7e6-ffea-ec47-b151-bdff447c6205 --- diff --git a/Koakumafile b/Koakumafile index b120148..2ebc507 100644 --- a/Koakumafile +++ b/Koakumafile @@ -43,4 +43,6 @@ proc run {project_name} { RunCommand "rm -rf workdir" RunCommand "doas mkdir -p /raid/f/g/tewi/$dirname" RunCommand "doas cp tewidist.exe /raid/f/g/tewi/$dirname/tewidist$dirname-[exec make get-version]-nossl.exe" + RunCommand "doas mkdir -p /raid/ftp/pub/tewi/$dirname" + RunCommand "doas cp tewidist.exe /raid/ftp/pub/tewi/$dirname/tewidist$dirname-[exec make get-version]-nossl.exe" }