mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-17 15:34:18 +08:00
Update two recipe for ui dir move
Forgot to commit them in my previous MR.
This commit is contained in:
parent
05fa117421
commit
b8e74ce094
@ -34,7 +34,7 @@ export WITH_NETWORK=false
|
||||
export REDOX_OVERRIDE=true
|
||||
export prefix="/usr"
|
||||
export bindir="${prefix}/games"
|
||||
export icondir="/ui/icons/apps"
|
||||
export icondir="/usr/share/icons/apps"
|
||||
export gamesdir="${prefix}/share/games"
|
||||
|
||||
if [ "${COOKBOOK_DYNAMIC}" == "1" ]; then
|
||||
|
||||
@ -24,10 +24,10 @@ cp -v "target/${TARGET}/release/hnefatafl-server" "${COOKBOOK_STAGE}/usr/bin/hne
|
||||
cp -v "target/${TARGET}/release/hnefatafl-text-protocol" "${COOKBOOK_STAGE}/usr/bin/hnefatafl-text-protocol"
|
||||
|
||||
mkdir -pv "${COOKBOOK_STAGE}"/usr/games
|
||||
mkdir -pv "${COOKBOOK_STAGE}"/ui/apps
|
||||
mkdir -pv "${COOKBOOK_STAGE}"/ui/icons/apps
|
||||
cp -rv "${COOKBOOK_SOURCE}"/src/bin/hnefatafl-client/helmet.png "${COOKBOOK_STAGE}"/ui/icons/apps/helmet.png
|
||||
cp -rv "${COOKBOOK_SOURCE}"/packages/redox/manifest "${COOKBOOK_STAGE}"/ui/apps/hnefatafl-client
|
||||
mkdir -pv "${COOKBOOK_STAGE}"/usr/share/ui/apps
|
||||
mkdir -pv "${COOKBOOK_STAGE}"/usr/share/icons/apps
|
||||
cp -rv "${COOKBOOK_SOURCE}"/src/bin/hnefatafl-client/helmet.png "${COOKBOOK_STAGE}"/usr/share/icons/apps/helmet.png
|
||||
cp -rv "${COOKBOOK_SOURCE}"/packages/redox/manifest "${COOKBOOK_STAGE}"/usr/share/ui/apps/hnefatafl-client
|
||||
mv "${COOKBOOK_STAGE}"/usr/bin/hnefatafl-client "${COOKBOOK_STAGE}"/usr/games/hnefatafl-client
|
||||
"""
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user