diff --git a/recipes/games/gigalomania/manifest b/recipes/games/gigalomania/manifest
index 345713ee145060b93050c79fcea7aed87fcfdd60..94fb93b6920243531e1e738ce91a492fccf7acf9 100644
--- a/recipes/games/gigalomania/manifest
+++ b/recipes/games/gigalomania/manifest
@@ -1,4 +1,4 @@
 name=Gigalomania
 category=Games
-binary=/games/gigalomania/gigalomania
+binary=/usr/games/gigalomania/gigalomania
 icon=/ui/icons/apps/gigalomania.png
diff --git a/recipes/games/gigalomania/recipe.sh b/recipes/games/gigalomania/recipe.sh
index e43d67164547a27c41c92ba6cdc9419e33f1ba1f..d29aad066008045bb9df7f09a3efb89d50340077 100644
--- a/recipes/games/gigalomania/recipe.sh
+++ b/recipes/games/gigalomania/recipe.sh
@@ -26,7 +26,7 @@ function recipe_stage {
     dest="$(realpath $1)"
     bundledir="$dest/bundle"
 
-    "$REDOX_MAKE" VERBOSE=1 DESTDIR="$dest" install
+    "$REDOX_MAKE" VERBOSE=1 DESTDIR="$dest/usr" install
     rm -rf "$bundledir"
 
     mkdir -pv "$1/ui/apps"
diff --git a/recipes/games/openttd/manifest b/recipes/games/openttd/manifest
index 7f25f35567f694647bb73277621934173a231a55..79405498dfd4c2731085e8868b6cb614a3f600bd 100644
--- a/recipes/games/openttd/manifest
+++ b/recipes/games/openttd/manifest
@@ -1,4 +1,4 @@
 name=OpenTTD
 category=Games
-binary=/games/openttd
+binary=/usr/games/openttd
 icon=/ui/icons/apps/openttd.png
diff --git a/recipes/games/openttd/recipe.sh b/recipes/games/openttd/recipe.sh
index bd15e67e3657dbac129d3dc88aeda90e71833f6e..ff766abf95fb345ffe8faac835bb8c94364b2ba0 100644
--- a/recipes/games/openttd/recipe.sh
+++ b/recipes/games/openttd/recipe.sh
@@ -33,7 +33,7 @@ function recipe_stage {
     dest="$(realpath $1)"
     bundledir="$dest/bundle"
 
-    "$REDOX_MAKE" VERBOSE=1 ROOT_DIR="$dest/../build/" BUNDLE_DIR="$bundledir" INSTALL_DIR="$dest" install
+    "$REDOX_MAKE" VERBOSE=1 ROOT_DIR="$dest/../build/" BUNDLE_DIR="$bundledir" INSTALL_DIR="$dest/usr" install
     rm -rf "$bundledir"
 
     mkdir -pv "$1/ui/apps"