Commit 5015fb4f authored by Vladimir Bashkirtsev's avatar Vladimir Bashkirtsev

Updated git to 2.22.0

parent 15d46fbb
all:
tar xf git-2.20.1.tar.xz
cd git-2.20.1 && ./configure --prefix=/usr --with-gitconfig=/etc/gitconfig
$(MAKE) -C git-2.20.1 INSTALL_SYMLINKS=yes
chown -Rv nobody git-2.20.1
su nobody -s /bin/bash -c "PATH=$$PATH make -C git-2.20.1 test"
$(MAKE) -C git-2.20.1 INSTALL_SYMLINKS=yes install
rm -rf git-2.20.1
tar xf git-2.22.0.tar.xz
cd git-2.22.0 && ./configure --prefix=/usr --with-gitconfig=/etc/gitconfig
$(MAKE) -C git-2.22.0 INSTALL_SYMLINKS=yes
chown -Rv nobody git-2.22.0
su nobody -s /bin/bash -c "PATH=$$PATH make -C git-2.22.0 test"
$(MAKE) -C git-2.22.0 INSTALL_SYMLINKS=yes install
rm -rf git-2.22.0
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment