From: Nishi Date: Thu, 3 Oct 2024 04:34:27 +0000 (+0000) Subject: update koakumafile X-Git-Url: https://git.chaotic.ninja/gitweb/nishi/?a=commitdiff_plain;h=d1a826d9afe0f502550033b8cfca7be9ce825e82;p=tewi.git update koakumafile git-svn-id: file:///raid/svn-personal/tewi/trunk@233 8739d7e6-ffea-ec47-b151-bdff447c6205 --- diff --git a/Koakumafile b/Koakumafile index af0908a..b120148 100644 --- a/Koakumafile +++ b/Koakumafile @@ -41,6 +41,6 @@ proc run {project_name} { cd .. exec cat /usr/share/7z.sfx archive.7z > tewidist.exe RunCommand "rm -rf workdir" - RunCommand "doas mkdir -p /raid-nishi/f/g/tewi/$dirname" - RunCommand "doas cp tewidist.exe /raid-nishi/f/g/tewi/$dirname/tewidist$dirname-[exec make get-version]-nossl.exe" + 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" }