diff --git a/data/Tupfile.lua b/data/Tupfile.lua index 0ff5f3e174..704d5b2619 100644 --- a/data/Tupfile.lua +++ b/data/Tupfile.lua @@ -691,6 +691,7 @@ tup.append_table(extra_files, { {"kolibrios/games/nsider", PROGS .. "/games/nsider/nsider"}, {"kolibrios/games/quake/", "common/games/quake/*"}, -- not really gcc, but no sense without sdlquake {"kolibrios/games/quake/", "../contrib/other/sdlquake-1.0.9/sdlquake"}, + {"kolibrios/games/fridge/", PROGS .. "/games/fridge/fridge"}, }) -- For russian build, add russian-only programs. if build_type == "rus" then tup.append_table(extra_files, { diff --git a/data/common/games/fridge/Fridge b/data/common/games/fridge/Fridge deleted file mode 100755 index 48e6537519..0000000000 Binary files a/data/common/games/fridge/Fridge and /dev/null differ diff --git a/programs/games/fridge/h.png b/programs/games/fridge/h.png deleted file mode 100644 index 8f3d3f4fc6..0000000000 Binary files a/programs/games/fridge/h.png and /dev/null differ diff --git a/programs/games/fridge/how_to_compile.txt b/programs/games/fridge/how_to_compile.txt deleted file mode 100644 index d9097f4846..0000000000 --- a/programs/games/fridge/how_to_compile.txt +++ /dev/null @@ -1,3 +0,0 @@ -First say 'make' in /contrib/C_Layer/ASM -Second say 'make' here -You will find 'fridge.kex' here diff --git a/programs/games/fridge/v.png b/programs/games/fridge/v.png deleted file mode 100644 index bf85daf12a..0000000000 Binary files a/programs/games/fridge/v.png and /dev/null differ