diff --git a/projects/git-scm.org/package.yml b/projects/git-scm.org/package.yml index 0d07957b..15bdae35 100644 --- a/projects/git-scm.org/package.yml +++ b/projects/git-scm.org/package.yml @@ -31,6 +31,11 @@ build: ./configure $CONF make install $BAKE + cd contrib/subtree + make + make install + mv git-subtree "{{prefix}}"/libexec + cd "{{prefix}}" DEBUG=1 fix-shebangs.ts bin/* libexec/* @@ -69,6 +74,8 @@ test: | # necessary to check the libexec binaries work git commit --message "test" + git subtree add --prefix teaxyz-subtree https://github.com/teaxyz/white-paper main --squash + provides: - bin/git - bin/git-cvsserver