git: remove -v flag from mkdir

This commit is contained in:
str1ngs 2011-06-24 07:27:45 -07:00
parent b283542505
commit 40c284304d

View file

@ -47,7 +47,7 @@ post_build()
post_install()
{
mkdir -v -p ${DESTDIR}/etc/bash_completion.d
mkdir -p ${DESTDIR}/etc/bash_completion.d
install -D -m644 contrib/completion/git-completion.bash \
${DESTDIR}/etc/bash_completion.d/git
}