From 6faa5c2f8c5b4f6fac1658ff8b39b028caf269ad Mon Sep 17 00:00:00 2001 From: Jeremy Soller <jackpot51@gmail.com> Date: Thu, 18 Jan 2024 14:06:35 -0700 Subject: [PATCH] pastel: move binary to /usr/bin --- recipes/tools/pastel/recipe.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/recipes/tools/pastel/recipe.sh b/recipes/tools/pastel/recipe.sh index cabba6d28..987a251fd 100644 --- a/recipes/tools/pastel/recipe.sh +++ b/recipes/tools/pastel/recipe.sh @@ -1,6 +1,6 @@ GIT=https://gitlab.redox-os.org/redox-os/pastel.git GIT_UPSTREAM=https://github.com/robbycerantola/pastel.git -BINDIR=/ui/bin +BINDIR=/usr/bin DEPENDS="orbital" function recipe_stage { @@ -9,7 +9,7 @@ function recipe_stage { mkdir "$1/ui/apps" cat > "$1/ui/apps/pastel" <<-EOF name=Pastel - binary=/ui/bin/pastel + binary=/usr/bin/pastel icon=/ui/pastel/accessories-bitmap-editor.png accept=*.bmp accept=*.jpg -- GitLab