broot: improve robustness of installPhase

This commit is contained in:
Cole Helbling 2020-03-19 23:46:39 -07:00
parent 0cc340e132
commit 120b5a2c31
No known key found for this signature in database
GPG Key ID: B37E0F2371016A4C

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