Commit 124e5e2f authored by Vladimir Bashkirtsev's avatar Vladimir Bashkirtsev

Python 2 is deprecated and git doesn't support Python 3 yet - don't use Python at all

parent 5015fb4f
all:
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
$(MAKE) -C git-2.22.0 INSTALL_SYMLINKS=yes NO_PYTHON=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
su nobody -s /bin/bash -c "PATH=$$PATH make -C git-2.22.0 NO_PYTHON=yes test"
$(MAKE) -C git-2.22.0 INSTALL_SYMLINKS=yes NO_PYTHON=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