mirror of
https://codeberg.org/kiss-community/repo
synced 2024-11-15 03:00:10 -07:00
5 lines
56 B
Plaintext
5 lines
56 B
Plaintext
|
#!/bin/sh -e
|
||
|
|
||
|
make PREFIX=/usr
|
||
|
make PREFIX=/usr install
|