mirror of
https://codeberg.org/kiss-community/repo
synced 2024-12-22 23:30:05 -07:00
7 lines
57 B
Bash
Executable File
7 lines
57 B
Bash
Executable File
#!/bin/sh -e
|
|
|
|
qmake
|
|
|
|
make
|
|
make INSTALL_ROOT="$1" install
|