repo/core/libnl3/build

10 lines
94 B
Plaintext
Raw Normal View History

2019-06-21 02:48:53 -06:00
#!/bin/sh -e
autoreconf -fi
./configure \
--prefix=/usr
make
make DESTDIR="$1" install