From: Nishi Date: Thu, 17 Oct 2024 00:39:27 +0000 (+0000) Subject: fix path X-Git-Url: http://10.10.0.4:5575/?a=commitdiff_plain;h=b6667cc253b2857b5a11e171446d9204ec37b29a;p=tewi.git fix path git-svn-id: file:///raid/svn-personal/tewi/trunk@362 8739d7e6-ffea-ec47-b151-bdff447c6205 --- diff --git a/Koakumafile b/Koakumafile index c3205db..70d6462 100644 --- a/Koakumafile +++ b/Koakumafile @@ -64,7 +64,7 @@ proc run {project_name} { RunCommand "doas mkdir -p /raid/f/g/tewi/netware" RunCommand "doas mkdir -p /raid/ftp/pub/tewi/netware" RunCommand "doas cp tewidist.zip /raid/f/g/tewi/netware/tewidistnw-[exec make get-version]-nossl.zip" - RunCommand "doas cp tewidist.zip /raid/ftp/pub/tewi/os2/tewidistnw-[exec make get-version]-nossl.zip" + RunCommand "doas cp tewidist.zip /raid/ftp/pub/tewi/netware/tewidistnw-[exec make get-version]-nossl.zip" return } elseif { "$project_name" == "Tewi-PSP" } { RunCommand "./psp.sh"