Merge pull request #63047 from marsam/fix-zfs

zfs: fix install completions
This commit is contained in:
Matthew Bauer 2019-06-12 19:39:34 -04:00 committed by GitHub
commit a9c4486931
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -132,7 +132,7 @@ let
rm -rf $out/share/zfs/zfs-tests
# Add Bash completions.
install -v -m444 -D -t $out/share/bash-completion/completions contrib/bash_completion.d
install -v -m444 -D -t $out/share/bash-completion/completions contrib/bash_completion.d/zfs
'';
outputs = [ "out" ] ++ optionals buildUser [ "lib" "dev" ];