diff --git a/recipes/tools/pastel/recipe.sh b/recipes/tools/pastel/recipe.sh
index cabba6d28dda409f3d4a8b10b69792e5b4acb2aa..987a251fd380574f2cdb8bd3fa7c6aa6fc177209 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