Skip to content

Commit 6a1b8b9

Browse files
ikeycodemmstick
authored andcommitted
justfile: Use relative links for DESTDIR style installs
This resolves an issue with Serpent OS when the installed plugin links point back to `/mason/install/usr/bin/pop-launcher` Signed-off-by: Ikey Doherty <[email protected]>
1 parent c994240 commit 6a1b8b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

justfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ install-plugins:
7070
dest={{plugin-dir}}${plugin}
7171
mkdir -p ${dest}
7272
install -Dm0644 plugins/src/${plugin}/*.ron ${dest}
73-
ln -sf {{bin-path}} {{plugin-dir}}${plugin}/$(echo ${plugin} | sed 's/_/-/')
73+
ln -srf {{bin-path}} {{plugin-dir}}${plugin}/$(echo ${plugin} | sed 's/_/-/')
7474
done
7575

7676
# Install pop-launcher scripts

0 commit comments

Comments
 (0)