iproute2: fix bash completion

apparently bash expects only files in its completion folder and not
subfolders.
This commit is contained in:
Alexander Ried 2016-09-27 17:49:03 +02:00 committed by Franz Pletz
parent 8986e3aef8
commit d666196a44
No known key found for this signature in database
GPG Key ID: 846FDED7792617B4

View File

@ -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
];