Skip to content
Snippets Groups Projects
Verified Commit 6faa5c2f authored by Jeremy Soller's avatar Jeremy Soller
Browse files

pastel: move binary to /usr/bin

parent 3d5280df
No related branches found
No related tags found
No related merge requests found
GIT=https://gitlab.redox-os.org/redox-os/pastel.git GIT=https://gitlab.redox-os.org/redox-os/pastel.git
GIT_UPSTREAM=https://github.com/robbycerantola/pastel.git GIT_UPSTREAM=https://github.com/robbycerantola/pastel.git
BINDIR=/ui/bin BINDIR=/usr/bin
DEPENDS="orbital" DEPENDS="orbital"
function recipe_stage { function recipe_stage {
...@@ -9,7 +9,7 @@ function recipe_stage { ...@@ -9,7 +9,7 @@ function recipe_stage {
mkdir "$1/ui/apps" mkdir "$1/ui/apps"
cat > "$1/ui/apps/pastel" <<-EOF cat > "$1/ui/apps/pastel" <<-EOF
name=Pastel name=Pastel
binary=/ui/bin/pastel binary=/usr/bin/pastel
icon=/ui/pastel/accessories-bitmap-editor.png icon=/ui/pastel/accessories-bitmap-editor.png
accept=*.bmp accept=*.bmp
accept=*.jpg accept=*.jpg
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment