mirror of
https://codeberg.org/kiss-community/repo
synced 2025-03-09 14:59:57 -06:00
7 lines
57 B
Plaintext
7 lines
57 B
Plaintext
|
#!/bin/sh -e
|
||
|
|
||
|
qmake
|
||
|
|
||
|
make
|
||
|
make install INSTALL_ROOT="$1"
|