broot: improve robustness of installPhase

wip/yesman
Cole Helbling 4 years ago
parent 0cc340e132
commit 120b5a2c31
No known key found for this signature in database
GPG Key ID: B37E0F2371016A4C
  1. 2
      pkgs/tools/misc/broot/default.nix

@ -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

Loading…
Cancel
Save