X-Git-Url: http://gitweb.hugovil.com/?a=blobdiff_plain;f=stage3%2Fpkg%2Fgit;h=be91cffc3e2160457a488fdf95b8a090f9a6c49f;hb=1b6490195147ee6d1098cf255240d60f60c40108;hp=d1114b06a438a82f4a8a423c7d28631aae17a93b;hpb=c7bd664d1f2092b944b21a661822392a94292be4;p=hvlinux.git diff --git a/stage3/pkg/git b/stage3/pkg/git index d1114b0..be91cff 100644 --- a/stage3/pkg/git +++ b/stage3/pkg/git @@ -2,12 +2,11 @@ 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/git-completion.bash \ + /etc/bash_completion.d install -v -m644 ${SCRDIR}/misc/git/gitconfig /etc }