diff --git a/recipes/games/gigalomania/manifest b/recipes/games/gigalomania/manifest index 345713ee1..94fb93b69 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 e43d67164..d29aad066 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 7f25f3556..79405498d 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 bd15e67e3..ff766abf9 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"