X-Git-Url: http://gitweb.hugovil.com/?a=blobdiff_plain;f=stage3%2Fpkg%2Fgit;h=d1114b06a438a82f4a8a423c7d28631aae17a93b;hb=f1dab37189a7666358469648eac9b2e2cf309547;hp=3f8ea7873a1b51c74ea2be96eecf9ed0da1c19ff;hpb=60157f2c50d533839a848c05bb99e6fbf8d2da01;p=hvlinux.git diff --git a/stage3/pkg/git b/stage3/pkg/git index 3f8ea78..d1114b0 100644 --- a/stage3/pkg/git +++ b/stage3/pkg/git @@ -2,7 +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 }