mirror of
https://codeberg.org/kiss-community/repo
synced 2025-01-09 12:21:00 -07:00
5 lines
57 B
Plaintext
5 lines
57 B
Plaintext
|
#!/bin/sh -e
|
||
|
|
||
|
make
|
||
|
make PREFIX=/usr DESTDIR="$1" install
|