2
0
mirror of https://codeberg.org/kiss-community/repo synced 2024-07-08 00:42:28 +00:00
repo/core/libnl3/build

10 lines
94 B
Plaintext
Raw Normal View History

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