From 5bbaa6bbd05d01820464ea205ebc951cab5e1d4f Mon Sep 17 00:00:00 2001 From: cxl Date: Mon, 19 Oct 2015 14:49:49 +0000 Subject: [PATCH] uppbox: Makeinstall5 git-svn-id: svn://ultimatepp.org/upp/trunk@9050 f0d560ea-af0d-0410-9eb7-867de7ffcac7 --- uppbox/MakeInstall5/Main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/uppbox/MakeInstall5/Main.cpp b/uppbox/MakeInstall5/Main.cpp index 625c53b8c..520652c96 100644 --- a/uppbox/MakeInstall5/Main.cpp +++ b/uppbox/MakeInstall5/Main.cpp @@ -68,7 +68,7 @@ String upptmp = tmp + "/upp"; String ass = upptmp + "/uppsrc"; String upp = "u:/upp.src"; String uppsrc = upp + "/uppsrc"; -String bin = "u:/bin"; +String bin = "u:/upp.bin"; int NoDigit(int c) { return IsDigit(c) ? 0 : c; } int FilterVersion(int c) { return c == ':' ? '_' : c; }