2
0
mirror of https://codeberg.org/kiss-community/repo synced 2024-08-20 05:06:58 +00:00
repo/core/libnl/build

10 lines
125 B
Plaintext
Raw Normal View History

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