Skip to content

Commit

Permalink
fd: remove unnecessary reference to $src
Browse files Browse the repository at this point in the history
  • Loading branch information
zowoq committed Sep 22, 2020
1 parent 1a3b6cc commit b531e65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/tools/misc/fd/default.nix
Expand Up @@ -16,7 +16,7 @@ rustPlatform.buildRustPackage rec {
nativeBuildInputs = [ installShellFiles ];

preFixup = ''
installManPage "$src/doc/fd.1"
installManPage doc/fd.1
installShellCompletion $releaseDir/build/fd-find-*/out/fd.{bash,fish}
installShellCompletion --zsh $releaseDir/build/fd-find-*/out/_fd
Expand Down

0 comments on commit b531e65

Please sign in to comment.