2
0
mirror of https://codeberg.org/kiss-community/repo synced 2024-07-17 13:12:28 +00:00
repo/core/libnl3/build
2019-06-21 11:48:53 +03:00

10 lines
94 B
Bash
Executable File

#!/bin/sh -e
autoreconf -fi
./configure \
--prefix=/usr
make
make DESTDIR="$1" install