2
0
mirror of https://codeberg.org/kiss-community/repo synced 2025-01-28 10:27:41 -07:00
repo/core/rsync/build

8 lines
85 B
Plaintext
Raw Normal View History

2019-07-11 10:03:03 -06:00
#!/bin/sh -e
./configure \
--with-included-popt
make
make DESTDIR="$1" install