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-12-25 16:50:07 -07:00
Code
Issues
Wiki
5bcbc19115
repo
/
core
/
rsync
/
build
9 lines
105 B
Plaintext
Raw
Normal View
History
Unescape
Escape
core: Added rsync
2019-07-11 10:03:03 -06:00
#!/bin/sh -e
./configure \
rsync: Fix prefix.
2019-07-11 10:05:40 -06:00
--prefix=/usr \
core: Added rsync
2019-07-11 10:03:03 -06:00
--with-included-popt
make
make DESTDIR="$1" install
Copy Permalink