mirror of
https://codeberg.org/kiss-community/repo
synced 2025-01-22 10:24:48 -07:00
5 lines
71 B
Plaintext
5 lines
71 B
Plaintext
|
#!/bin/sh -e
|
||
|
|
||
|
make LDFLAGS="$LDFLAGS -static"
|
||
|
make PREFIX=/usr install
|