mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-23 05:14:18 +08:00
pastel: move binary to /usr/bin
This commit is contained in:
parent
3d5280df40
commit
6faa5c2f8c
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user