mirror of
https://codeberg.org/kiss-community/repo
synced 2025-01-03 08:30:10 -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
|