mirror of
https://codeberg.org/kiss-community/repo
synced 2024-12-21 14:50:07 -07:00
6 lines
100 B
Bash
Executable File
6 lines
100 B
Bash
Executable File
#!/bin/sh -e
|
|
|
|
patch -p1 < nla_s8.patch
|
|
|
|
make ALL_LIBS=libnl-tiny.a DESTDIR="$1" prefix=/usr install
|