broot: improve robustness of installPhase
This commit is contained in:
parent
0cc340e132
commit
120b5a2c31
@ -23,7 +23,7 @@ rustPlatform.buildRustPackage rec {
|
|||||||
|
|
||||||
postInstall = ''
|
postInstall = ''
|
||||||
# install shell completion files
|
# install shell completion files
|
||||||
OUT_DIR=target/release/build/broot-*/out
|
OUT_DIR=$releaseDir/build/broot-*/out
|
||||||
|
|
||||||
installShellCompletion --bash $OUT_DIR/{br,broot}.bash
|
installShellCompletion --bash $OUT_DIR/{br,broot}.bash
|
||||||
installShellCompletion --fish $OUT_DIR/{br,broot}.fish
|
installShellCompletion --fish $OUT_DIR/{br,broot}.fish
|
||||||
|
Loading…
x
Reference in New Issue
Block a user