diff --git a/develop/git/git.conf b/develop/git/git.conf index a4c902f1c..ec2fd5b16 100644 --- a/develop/git/git.conf +++ b/develop/git/git.conf @@ -26,3 +26,8 @@ gitweb_install() { cp -vf gitweb/README "$dir/" } hook_add postmake 5 'gitweb_install' + +git_contrib_install() { + tar -cf - contrib | tar -C "$root$docdir" -xvf - +} +hook_add postmake 5 'git_contrib_install'