From d080480708821b3964104eb6b831e31d19dbea72 Mon Sep 17 00:00:00 2001 From: Michael Aaron Murphy Date: Fri, 15 Mar 2024 15:12:21 +0100 Subject: [PATCH] fix(justfile): wrong target path for symlink --- justfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/justfile b/justfile index b77cc13c..0b07289a 100644 --- a/justfile +++ b/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}}/{}