2
0
mirror of https://codeberg.org/kiss-community/repo synced 2024-07-07 08:22:28 +00:00
repo/testing/libevent/build
2019-07-25 09:19:16 +03:00

9 lines
101 B
Bash
Executable File

#!/bin/sh -e
./configure \
--prefix=/usr \
--disable-static
make
make DESTDIR="$1" install