diff --git a/data/Tupfile.lua b/data/Tupfile.lua index 3c339bfb2..a6f9b88f5 100644 --- a/data/Tupfile.lua +++ b/data/Tupfile.lua @@ -409,7 +409,7 @@ tup.append_table(img_files, { {"HACONFIG", VAR_PROGS .. "/other/ha/HACONFIG"}, {"ACLOCK", VAR_PROGS .. "/demos/aclock/aclock"}, {"APM", VAR_PROGS .. "/system/apm/apm"}, - {"CALC", VAR_PROGS .. "/other/calc/trunk/calc"}, + {"CALC", VAR_PROGS .. "/other/calc/calc"}, {"CALCPLUS", VAR_PROGS .. "/other/calcplus/calcplus"}, {"CALENDAR", VAR_PROGS .. "/system/calendar/trunk/calendar"}, {"COLRDIAL", VAR_PROGS .. "/system/colrdial/color_dialog"}, diff --git a/programs/other/calc/trunk/Tupfile.lua b/programs/other/calc/Tupfile.lua similarity index 100% rename from programs/other/calc/trunk/Tupfile.lua rename to programs/other/calc/Tupfile.lua diff --git a/programs/other/calc/trunk/build_en.bat b/programs/other/calc/build_en.bat similarity index 100% rename from programs/other/calc/trunk/build_en.bat rename to programs/other/calc/build_en.bat diff --git a/programs/other/calc/trunk/build_ru.bat b/programs/other/calc/build_ru.bat similarity index 100% rename from programs/other/calc/trunk/build_ru.bat rename to programs/other/calc/build_ru.bat diff --git a/programs/other/calc/trunk/calc.asm b/programs/other/calc/calc.asm similarity index 100% rename from programs/other/calc/trunk/calc.asm rename to programs/other/calc/calc.asm