]> Git repositories of Nishi - tewi.git/commitdiff
update koakumafile
authorNishi <nishi@nishi.boats>
Thu, 3 Oct 2024 04:36:52 +0000 (04:36 +0000)
committerNishi <nishi@nishi.boats>
Thu, 3 Oct 2024 04:36:52 +0000 (04:36 +0000)
git-svn-id: file:///raid/svn-personal/tewi/trunk@234 8739d7e6-ffea-ec47-b151-bdff447c6205

Koakumafile

index b1201489d7b37090a97628757d91d4ebfe098557..2ebc507599ca6ccde40c0de1e508029ba8ac9370 100644 (file)
@@ -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"
 }