Commit 634ec2a5 authored by Vladimir Bashkirtsev's avatar Vladimir Bashkirtsev

Initial commit

parents
all:
tar xf git-2.17.1.tar.xz
cd git-2.17.1 && ./configure --prefix=/usr --with-gitconfig=/etc/gitconfig
$(MAKE) -C git-2.17.1
$(MAKE) -C git-2.17.1 test
$(MAKE) -C git-2.17.1 install
rm -rf git-2.17.1
bin
/usr/libexec/.*
/usr/bin/.*
/usr/share/gitweb/.*
/usr/share/git-gui/.*
/usr/share/git-core/.*
/usr/share/gitk/.*
locale
/usr/share/locale/.*
perl
/usr/share/perl5/.*
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