mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-22 12:54:20 +08:00
Remove hardcoded path on minetest-data recipe
This commit is contained in:
parent
903ec67292
commit
428de5c520
@ -5,6 +5,6 @@ rev = "b9c089474cc343b37f90cb8cefc4b5553af2e9ea"
|
||||
[build]
|
||||
template = "custom"
|
||||
script = """
|
||||
mkdir -pv "${COOKBOOK_STAGE}"/home/user/.minetest/games/minetest_game
|
||||
cp -rv "${COOKBOOK_SOURCE}"/* "${COOKBOOK_STAGE}"/home/user/.minetest/games/minetest_game
|
||||
mkdir -pv "${COOKBOOK_STAGE}"/usr/share/minetest/games/minetest_game
|
||||
cp -rv "${COOKBOOK_SOURCE}"/* "${COOKBOOK_STAGE}"/usr/share/minetest/games/minetest_game
|
||||
"""
|
||||
|
||||
Loading…
Reference in New Issue
Block a user