mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-23 15:33:13 +00:00
iproute2: fix bash completion
apparently bash expects only files in its completion folder and not subfolders.
This commit is contained in:
parent
8986e3aef8
commit
d666196a44
@ -29,7 +29,7 @@ stdenv.mkDerivation rec {
|
||||
"LIBDIR=$(out)/lib"
|
||||
"SBINDIR=$(out)/sbin"
|
||||
"MANDIR=$(out)/share/man"
|
||||
"BASH_COMPDIR=$(out)/share/bash-completion/completions/iproute2"
|
||||
"BASH_COMPDIR=$(out)/share/bash-completion/completions"
|
||||
"DOCDIR=$(TMPDIR)/share/doc/${name}" # Don't install docs
|
||||
];
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user