From 54f9f7e4b475169c77b60ae5b9b28cb5600dd4dc Mon Sep 17 00:00:00 2001 From: Jeremy Soller <jackpot51@gmail.com> Date: Thu, 18 Jan 2024 14:03:34 -0700 Subject: [PATCH] periodictable: move binary to /usr/bin --- recipes/gui/periodictable/recipe.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes/gui/periodictable/recipe.sh b/recipes/gui/periodictable/recipe.sh index e1ea55408..e364766e7 100644 --- a/recipes/gui/periodictable/recipe.sh +++ b/recipes/gui/periodictable/recipe.sh @@ -1,5 +1,5 @@ GIT=https://gitlab.redox-os.org/redox-os/periodictable.git -BINDIR="/ui/bin" +BINDIR="/usr/bin" DEPENDS="orbital" function recipe_stage { -- GitLab