This website requires JavaScript.
Explore
Help
Register
Sign In
kiss-community
/
repo
Watch
2
Star
0
Fork
1
You've already forked repo
mirror of
https://codeberg.org/kiss-community/repo
synced
2024-11-17 04:00:14 -07:00
Code
Issues
Wiki
0edc9666de
repo
/
core
/
git
/
build
10 lines
94 B
Plaintext
Raw
Normal View
History
Unescape
Escape
git: init at 2.21.0
2019-06-02 01:00:13 -06:00
#!/bin/sh -e
git: Added curl as dependency.
2019-06-18 06:17:49 -06:00
make configure
./configure \
--prefix=/usr
git: init at 2.21.0
2019-06-02 01:00:13 -06:00
make
make DESTDIR="$1" install
Copy Permalink