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 <ikey@serpentos.com>
This commit is contained in:
parent
c994240676
commit
6a1b8b9ad0
1 changed files with 1 additions and 1 deletions
2
justfile
2
justfile
|
|
@ -70,7 +70,7 @@ install-plugins:
|
|||
dest={{plugin-dir}}${plugin}
|
||||
mkdir -p ${dest}
|
||||
install -Dm0644 plugins/src/${plugin}/*.ron ${dest}
|
||||
ln -sf {{bin-path}} {{plugin-dir}}${plugin}/$(echo ${plugin} | sed 's/_/-/')
|
||||
ln -srf {{bin-path}} {{plugin-dir}}${plugin}/$(echo ${plugin} | sed 's/_/-/')
|
||||
done
|
||||
|
||||
# Install pop-launcher scripts
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue