From d41153c95e775656dc12fd2a1527a44914c91bc7 Mon Sep 17 00:00:00 2001
From: Jeremy Soller <jackpot51@gmail.com>
Date: Thu, 18 Jan 2024 14:04:25 -0700
Subject: [PATCH] pixelcannon: move binary to /usr/bin

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

diff --git a/recipes/demos/pixelcannon/recipe.sh b/recipes/demos/pixelcannon/recipe.sh
index 1b140e727..82c6393a1 100644
--- a/recipes/demos/pixelcannon/recipe.sh
+++ b/recipes/demos/pixelcannon/recipe.sh
@@ -1,5 +1,5 @@
 GIT=https://github.com/jackpot51/pixelcannon.git
-BINDIR=/ui/bin
+BINDIR=/usr/bin
 DEPENDS="orbital"
 
 function recipe_stage {
-- 
GitLab