mirror of
https://codeberg.org/kiss-community/repo
synced 2024-12-23 15:50:06 -07:00
5 lines
79 B
Plaintext
5 lines
79 B
Plaintext
|
#!/bin/sh -e
|
||
|
|
||
|
mkdir -p "$1/usr"
|
||
|
make headers_install INSTALL_HDR_PATH="$1/usr"
|