X-Git-Url: http://gitweb.hugovil.com/?a=blobdiff_plain;f=stage3%2Fpkg%2Fgit;h=d1114b06a438a82f4a8a423c7d28631aae17a93b;hb=c7bd664d1f2092b944b21a661822392a94292be4;hp=8776b65b2fb9fb4d19d30ee861f5141a4aca0680;hpb=9e3f8101a7e4d974db8e9afeb9c90c13a43ae8d7;p=hvlinux.git diff --git a/stage3/pkg/git b/stage3/pkg/git index 8776b65..d1114b0 100644 --- a/stage3/pkg/git +++ b/stage3/pkg/git @@ -2,5 +2,12 @@ hvbuild_post() { + install -v -m644 ${SCRDIR}/misc/git-completion.bash \ + /etc/bash_completion.d + + local GIT_MANPAGES="git-manpages-$(get_pkg_ver ${PACKAGE})" + decompress_package ${GIT_MANPAGES} /usr/share/man + + install -v -m644 ${SCRDIR}/misc/git/gitconfig /etc }