2
0
mirror of https://codeberg.org/kiss-community/repo synced 2024-10-11 03:55:54 -06:00
repo/core/libnl/build

10 lines
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 \
--sysconfdir=/etc \
2019-06-21 02:52:39 -06:00
--disable-static
2019-06-21 02:48:53 -06:00
make
make DESTDIR="$1" install