Skip to content
Snippets Groups Projects
Commit 7a1f8707 authored by bjorn3's avatar bjorn3
Browse files

Move the remaining couple of games to /usr/games

parent aa2884ee
No related branches found
No related tags found
No related merge requests found
name=Gigalomania name=Gigalomania
category=Games category=Games
binary=/games/gigalomania/gigalomania binary=/usr/games/gigalomania/gigalomania
icon=/ui/icons/apps/gigalomania.png icon=/ui/icons/apps/gigalomania.png
...@@ -26,7 +26,7 @@ function recipe_stage { ...@@ -26,7 +26,7 @@ function recipe_stage {
dest="$(realpath $1)" dest="$(realpath $1)"
bundledir="$dest/bundle" bundledir="$dest/bundle"
"$REDOX_MAKE" VERBOSE=1 DESTDIR="$dest" install "$REDOX_MAKE" VERBOSE=1 DESTDIR="$dest/usr" install
rm -rf "$bundledir" rm -rf "$bundledir"
mkdir -pv "$1/ui/apps" mkdir -pv "$1/ui/apps"
......
name=OpenTTD name=OpenTTD
category=Games category=Games
binary=/games/openttd binary=/usr/games/openttd
icon=/ui/icons/apps/openttd.png icon=/ui/icons/apps/openttd.png
...@@ -33,7 +33,7 @@ function recipe_stage { ...@@ -33,7 +33,7 @@ function recipe_stage {
dest="$(realpath $1)" dest="$(realpath $1)"
bundledir="$dest/bundle" 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" rm -rf "$bundledir"
mkdir -pv "$1/ui/apps" mkdir -pv "$1/ui/apps"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment