diff --git a/recipes/games/prboom/recipe.sh b/recipes/games/prboom/recipe.sh index c2ce128a6e819108b0206799143296253cdd44b2..319f2103e4610ea3f9f9d2551972a023c6ec45c3 100644 --- a/recipes/games/prboom/recipe.sh +++ b/recipes/games/prboom/recipe.sh @@ -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 }