fd: remove unnecessary reference to $src
This commit is contained in:
parent
1a3b6ccf66
commit
b531e65954
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@ rustPlatform.buildRustPackage rec {
|
||||||
nativeBuildInputs = [ installShellFiles ];
|
nativeBuildInputs = [ installShellFiles ];
|
||||||
|
|
||||||
preFixup = ''
|
preFixup = ''
|
||||||
installManPage "$src/doc/fd.1"
|
installManPage doc/fd.1
|
||||||
|
|
||||||
installShellCompletion $releaseDir/build/fd-find-*/out/fd.{bash,fish}
|
installShellCompletion $releaseDir/build/fd-find-*/out/fd.{bash,fish}
|
||||||
installShellCompletion --zsh $releaseDir/build/fd-find-*/out/_fd
|
installShellCompletion --zsh $releaseDir/build/fd-find-*/out/_fd
|
||||||
|
|
Loading…
Reference in a new issue