From a3c82330085ba54c89df212c0504bd97ffef9e0b Mon Sep 17 00:00:00 2001 From: Mirek Fidler Date: Thu, 9 Oct 2025 13:55:50 +0200 Subject: [PATCH] .uppbox: upp.bin moved --- uppbox/MakeInstall7/Main.cpp | 2 +- uppbox/MakePosixInstall/Main.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/uppbox/MakeInstall7/Main.cpp b/uppbox/MakeInstall7/Main.cpp index 6076be01d..ae4f9909b 100644 --- a/uppbox/MakeInstall7/Main.cpp +++ b/uppbox/MakeInstall7/Main.cpp @@ -79,7 +79,7 @@ String upptmp = tmp + "/upp"; String ass = upptmp + "/uppsrc"; String upp = home + "/upp.src"; String uppsrc = upp + "/uppsrc"; -String bin = home + "/upp.bin"; +String bin = "/samba/work/upp.bin"; int NoDigit(int c) { return IsDigit(c) ? 0 : c; } int FilterVersion(int c) { return c == ':' ? '_' : c; } diff --git a/uppbox/MakePosixInstall/Main.cpp b/uppbox/MakePosixInstall/Main.cpp index a0f67e3ef..55dd4ef57 100644 --- a/uppbox/MakePosixInstall/Main.cpp +++ b/uppbox/MakePosixInstall/Main.cpp @@ -137,7 +137,7 @@ CONSOLE_APP_MAIN SaveFile(release + "/license.chk", "1"); - system("cp " + GetHomeDirFile("upp.bin") + "/" + "*.udc " + release); + system("cp /samba/work/upp.bin/*.udc " + release); chdir(release_dir);