2
0
mirror of https://codeberg.org/kiss-community/repo synced 2024-07-07 16:32:28 +00:00
repo/core/rsync/build
2019-07-11 19:03:03 +03:00

8 lines
85 B
Bash
Executable File

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