diff --git a/data/Tupfile.lua b/data/Tupfile.lua index 1a6028343..495321fe5 100644 --- a/data/Tupfile.lua +++ b/data/Tupfile.lua @@ -750,7 +750,7 @@ tup.append_table(img_files, { -- {"LIB/MTAR.OBJ", VAR_PROGS .. "/develop/libraries/microtar/mtar.obj"}, }) tup.append_table(extra_files, { --- {"kolibrios/3D/cubeline", VAR_PROGS .. "/demos/cubeline/trunk/cubeline"}, +-- {"kolibrios/3D/cubeline", VAR_PROGS .. "/demos/cubeline/cubeline"}, {"kolibrios/3D/gears", VAR_PROGS .. "/demos/gears/gears"}, {"kolibrios/emul/e80/e80", VAR_PROGS .. "/emulator/e80/e80"}, {"kolibrios/emul/uarm/", VAR_CONTRIB .. "/other/uarm/uARM"}, diff --git a/programs/demos/cubeline/trunk/Makefile b/programs/demos/cubeline/Makefile similarity index 100% rename from programs/demos/cubeline/trunk/Makefile rename to programs/demos/cubeline/Makefile diff --git a/programs/demos/cubeline/trunk/ProcessTab.h b/programs/demos/cubeline/ProcessTab.h similarity index 100% rename from programs/demos/cubeline/trunk/ProcessTab.h rename to programs/demos/cubeline/ProcessTab.h diff --git a/programs/demos/cubeline/trunk/SysCall.h b/programs/demos/cubeline/SysCall.h similarity index 100% rename from programs/demos/cubeline/trunk/SysCall.h rename to programs/demos/cubeline/SysCall.h diff --git a/programs/demos/cubeline/trunk/fps.cpp b/programs/demos/cubeline/fps.cpp similarity index 100% rename from programs/demos/cubeline/trunk/fps.cpp rename to programs/demos/cubeline/fps.cpp diff --git a/programs/demos/cubeline/trunk/main.cpp b/programs/demos/cubeline/main.cpp similarity index 100% rename from programs/demos/cubeline/trunk/main.cpp rename to programs/demos/cubeline/main.cpp