pastel: move binary to /usr/bin

This commit is contained in:
Jeremy Soller 2024-01-18 14:06:35 -07:00
parent 3d5280df40
commit 6faa5c2f8c
No known key found for this signature in database
GPG Key ID: DCFCA852D3906975

View File

@ -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