fix(justfile): add prefixdir for symlink
This commit is contained in:
parent
4510e81f6f
commit
ebe720038a
1 changed files with 3 additions and 2 deletions
5
justfile
5
justfile
|
|
@ -11,10 +11,11 @@ cargo_args := vendor_args + ' ' + debug_args
|
||||||
targetdir := env('CARGO_TARGET_DIR', 'target')
|
targetdir := env('CARGO_TARGET_DIR', 'target')
|
||||||
sharedir := rootdir + prefix + '/share'
|
sharedir := rootdir + prefix + '/share'
|
||||||
iconsdir := sharedir + '/icons/hicolor'
|
iconsdir := sharedir + '/icons/hicolor'
|
||||||
bindir := rootdir + prefix + '/bin'
|
prefixdir := prefix + '/bin'
|
||||||
|
bindir := rootdir + prefixdir
|
||||||
default-schema-target := sharedir / 'cosmic'
|
default-schema-target := sharedir / 'cosmic'
|
||||||
|
|
||||||
cosmic-applets-bin := bindir / 'cosmic-applets'
|
cosmic-applets-bin := prefixdir / 'cosmic-applets'
|
||||||
|
|
||||||
default: build-release
|
default: build-release
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue