From b4610465dbe3ef481c81816c2d8f6cd15e1c9e6a Mon Sep 17 00:00:00 2001
From: bjorn3 <4397-bjorn3@users.noreply.gitlab.redox-os.org>
Date: Wed, 3 Jan 2024 22:44:33 +0000
Subject: [PATCH] Move prboom too

---
 recipes/games/prboom/recipe.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/recipes/games/prboom/recipe.sh b/recipes/games/prboom/recipe.sh
index c2ce128a6..319f2103e 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
 }
-- 
GitLab