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"
|
"LIBDIR=$(out)/lib"
|
||||||
"SBINDIR=$(out)/sbin"
|
"SBINDIR=$(out)/sbin"
|
||||||
"MANDIR=$(out)/share/man"
|
"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
|
"DOCDIR=$(TMPDIR)/share/doc/${name}" # Don't install docs
|
||||||
];
|
];
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user