Move prboom too

This commit is contained in:
bjorn3 2024-01-03 22:44:33 +00:00
parent 7a1f870730
commit b4610465db

View File

@ -35,6 +35,6 @@ function recipe_clean {
function recipe_stage {
dest="$(realpath $1)"
"$REDOX_MAKE" DESTDIR="$dest" install
"$REDOX_MAKE" DESTDIR="$dest/usr" install
skip=1
}