3
0
Fork 0
forked from mirrors/nixpkgs

git: Install git-subtree

This commit is contained in:
Eelco Dolstra 2013-08-01 16:36:54 +02:00
parent 4ec1f8b68a
commit 80a82a2858

View file

@ -50,6 +50,13 @@ stdenv.mkDerivation {
chmod +x $1
}
# Install git-subtree.
pushd contrib/subtree
make
make install install-doc
popd
rm -rf contrib/subtree
# Install contrib stuff.
mkdir -p $out/share/git
mv contrib $out/share/git/