repo/git/build

7 lines
235 B
Text
Raw Normal View History

2021-07-07 13:48:44 +03:00
wget -O ${temp_location}/git/git.tar.xz https://mirrors.edge.kernel.org/pub/software/scm/git/git-2.9.5.tar.xz
tar -xf ${temp_location}/git/git.tar.xz
cd ${temp_location}/git/git
2021-07-04 18:46:40 +03:00
./configure --prefix=/usr
make
make install DESTDIR="$1"