repo/core/libnl3/build

9 lines
101 B
Plaintext
Raw Normal View History

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