mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-20 03:44:18 +08:00
Fix data path
This commit is contained in:
parent
66353b8012
commit
4bc9b0afbb
@ -35,11 +35,11 @@ function recipe_clean {
|
||||
|
||||
function recipe_stage {
|
||||
dest="$(realpath $1)"
|
||||
mkdir -p "${dest}/games"
|
||||
cp -rv data "${dest}/games/neverball"
|
||||
mkdir -p "${dest}/games/neverball"
|
||||
for bin in neverball neverputt
|
||||
do
|
||||
"${STRIP}" -v "$bin" -o "${dest}/games/neverball/$bin"
|
||||
done
|
||||
cp -rv data "${dest}/games/neverball"
|
||||
skip=1
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user