X-Git-Url: http://gitweb.hugovil.com/?a=blobdiff_plain;f=stage3%2Fpkg%2Fgit;h=39471252daa309be65ad656565bc0303b98480d5;hb=9252b914495c96a2b323f1dbec5fa075a280c380;hp=99f530fc9880858648b86034b3a66f7551cf51b8;hpb=3af763835d03474f8dd6fb7c352c8933502662e7;p=hvlinux.git diff --git a/stage3/pkg/git b/stage3/pkg/git index 99f530f..3947125 100644 --- a/stage3/pkg/git +++ b/stage3/pkg/git @@ -8,5 +8,7 @@ hvconfig_pre() hvbuild_post() { + local GIT_MANPAGES="git-manpages-$(get_pkg_ver ${PACKAGE})" + decompress_package ${GIT_MANPAGES} /usr/share/man }