Skip to content
Snippets Groups Projects
Commit 428de5c5 authored by Ribbon's avatar Ribbon :speech_balloon:
Browse files

Remove hardcoded path on minetest-data recipe

parent 903ec672
No related branches found
No related tags found
No related merge requests found
...@@ -5,6 +5,6 @@ rev = "b9c089474cc343b37f90cb8cefc4b5553af2e9ea" ...@@ -5,6 +5,6 @@ rev = "b9c089474cc343b37f90cb8cefc4b5553af2e9ea"
[build] [build]
template = "custom" template = "custom"
script = """ script = """
mkdir -pv "${COOKBOOK_STAGE}"/home/user/.minetest/games/minetest_game mkdir -pv "${COOKBOOK_STAGE}"/usr/share/minetest/games/minetest_game
cp -rv "${COOKBOOK_SOURCE}"/* "${COOKBOOK_STAGE}"/home/user/.minetest/games/minetest_game cp -rv "${COOKBOOK_SOURCE}"/* "${COOKBOOK_STAGE}"/usr/share/minetest/games/minetest_game
""" """
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