repo/git/build
2021-07-07 12:48:44 +02:00

6 lines
235 B
Text
Executable file

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
./configure --prefix=/usr
make
make install DESTDIR="$1"