repo/core/rsync/build

9 lines
105 B
Plaintext
Raw Normal View History

2019-07-11 16:03:03 +00:00
#!/bin/sh -e
./configure \
2019-07-11 16:05:40 +00:00
--prefix=/usr \
2019-07-11 16:03:03 +00:00
--with-included-popt
make
make DESTDIR="$1" install