X-Git-Url: http://gitweb.hugovil.com/?a=blobdiff_plain;f=stage3%2Fpkg%2Fgit;h=3f8ea7873a1b51c74ea2be96eecf9ed0da1c19ff;hb=cf3e148b68f83babd7dbcc4816f3a34aefe6bc10;hp=99f530fc9880858648b86034b3a66f7551cf51b8;hpb=3af763835d03474f8dd6fb7c352c8933502662e7;p=hvlinux.git diff --git a/stage3/pkg/git b/stage3/pkg/git index 99f530f..3f8ea78 100644 --- a/stage3/pkg/git +++ b/stage3/pkg/git @@ -1,12 +1,8 @@ #!/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 }