Skip to content
Snippets Groups Projects
Verified Commit 4bc9b0af authored by Jeremy Soller's avatar Jeremy Soller
Browse files

Fix data path

parent 66353b80
No related branches found
No related tags found
No related merge requests found
...@@ -35,11 +35,11 @@ function recipe_clean { ...@@ -35,11 +35,11 @@ function recipe_clean {
function recipe_stage { function recipe_stage {
dest="$(realpath $1)" dest="$(realpath $1)"
mkdir -p "${dest}/games" mkdir -p "${dest}/games/neverball"
cp -rv data "${dest}/games/neverball"
for bin in neverball neverputt for bin in neverball neverputt
do do
"${STRIP}" -v "$bin" -o "${dest}/games/neverball/$bin" "${STRIP}" -v "$bin" -o "${dest}/games/neverball/$bin"
done done
cp -rv data "${dest}/games/neverball"
skip=1 skip=1
} }
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