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