subversion: install bash completion

This commit is contained in:
Peter Simons 2013-11-09 19:19:13 +01:00
parent b8e890539e
commit 46581c6918

View File

@ -67,6 +67,9 @@ stdenv.mkDerivation rec {
make install
cd -
fi
mkdir -p $out/share/bash-completion/completions
cp tools/client-side/bash_completion $out/share/bash-completion/completions/subversion
'';
inherit perlBindings pythonBindings;