Upgrade to vte-0.38.2
[hvlinux.git] / stage3 / pkg / git
index 3947125..be91cff 100644 (file)
@@ -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
 }