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