X-Git-Url: http://gitweb.hugovil.com/?a=blobdiff_plain;f=stage3%2Fpkg%2Fgit;h=be91cffc3e2160457a488fdf95b8a090f9a6c49f;hb=1b6490195147ee6d1098cf255240d60f60c40108;hp=39471252daa309be65ad656565bc0303b98480d5;hpb=0364372bf9bf57502160adc0402e38b8ea235c24;p=hvlinux.git diff --git a/stage3/pkg/git b/stage3/pkg/git index 3947125..be91cff 100644 --- a/stage3/pkg/git +++ b/stage3/pkg/git @@ -1,14 +1,12 @@ #!/bin/bash -hvconfig_pre() -{ - cd ${LFS_TMP}/${PACKAGE} - autoreconf -i -} - hvbuild_post() { 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 }