fix(justfile): wrong target path for symlink

This commit is contained in:
Michael Aaron Murphy 2024-03-15 15:12:21 +01:00 committed by Jeremy Soller
parent 313b4cb943
commit d080480708
No known key found for this signature in database
GPG key ID: D02FD439211AF56F

View file

@ -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}}/{}