From 428de5c520e207bcec295bb75ea8c9010d759e9f Mon Sep 17 00:00:00 2001 From: Ribbon <ribbon_45@proton.me> Date: Wed, 10 Jan 2024 18:42:06 +0000 Subject: [PATCH] Remove hardcoded path on minetest-data recipe --- recipes/wip/minetest-data/recipe.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/recipes/wip/minetest-data/recipe.toml b/recipes/wip/minetest-data/recipe.toml index e02d822fb..eebc00114 100644 --- a/recipes/wip/minetest-data/recipe.toml +++ b/recipes/wip/minetest-data/recipe.toml @@ -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 """ -- GitLab