mirror of
https://codeberg.org/kiss-community/repo
synced 2025-03-10 15:29:59 -06:00
4 lines
74 B
Plaintext
4 lines
74 B
Plaintext
|
#!/bin/sh -e
|
||
|
|
||
|
make ALL_LIBS=libnl-tiny.a DESTDIR="$1" prefix=/usr install
|