broot: improve robustness of installPhase

This commit is contained in:
Cole Helbling
2020-03-19 23:46:39 -07:00
parent 0cc340e132
commit 120b5a2c31

View File

@@ -23,7 +23,7 @@ rustPlatform.buildRustPackage rec {
postInstall = ''
# 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 --fish $OUT_DIR/{br,broot}.fish