fix(justfile): wrong target path for symlink
This commit is contained in:
parent
313b4cb943
commit
d080480708
1 changed files with 1 additions and 1 deletions
2
justfile
2
justfile
|
|
@ -29,7 +29,7 @@ build-release *args: (build-debug '--release' args)
|
|||
build-vendored *args: vendor-extract (build-release '--frozen --offline' args)
|
||||
|
||||
_link_applet name:
|
||||
ln -sf {{cosmic-applets-bin}} {{name}}
|
||||
ln -sf {{cosmic-applets-bin}} {{bindir}}/{{name}}
|
||||
|
||||
_install_icons name:
|
||||
find {{name}}/'data'/'icons' -type f -exec echo {} \; | rev | cut -d'/' -f-3 | rev | xargs -d '\n' -I {} install -Dm0644 {{name}}/'data'/'icons'/{} {{iconsdir}}/{}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue