2
0
mirror of https://codeberg.org/kiss-community/repo synced 2024-07-02 22:12:27 +00:00
repo/core/rsync/build
2019-07-20 10:35:49 +03:00

11 lines
138 B
Bash
Executable File

#!/bin/sh -e
export CFLAGS="-static $CFLAGS"
./configure \
--prefix=/usr \
--with-included-popt
make
make DESTDIR="$1" install