mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-26 23:04:19 +08:00
Move the remaining couple of games to /usr/games
This commit is contained in:
parent
aa2884eed0
commit
7a1f870730
@ -1,4 +1,4 @@
|
||||
name=Gigalomania
|
||||
category=Games
|
||||
binary=/games/gigalomania/gigalomania
|
||||
binary=/usr/games/gigalomania/gigalomania
|
||||
icon=/ui/icons/apps/gigalomania.png
|
||||
|
||||
@ -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"
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
name=OpenTTD
|
||||
category=Games
|
||||
binary=/games/openttd
|
||||
binary=/usr/games/openttd
|
||||
icon=/ui/icons/apps/openttd.png
|
||||
|
||||
@ -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"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user