lsd: improve robustness of build

This commit is contained in:
Cole Helbling 2020-03-19 23:46:58 -07:00
parent e4383ce1fb
commit 699103e2da
No known key found for this signature in database
GPG key ID: B37E0F2371016A4C

View file

@ -19,7 +19,7 @@ rustPlatform.buildRustPackage rec {
nativeBuildInputs = [ installShellFiles ];
postInstall = ''
installShellCompletion target/release/build/lsd-*/out/{_lsd,lsd.{bash,fish}}
installShellCompletion $releaseDir/build/lsd-*/out/{_lsd,lsd.{bash,fish}}
'';
meta = with stdenv.lib; {