forked from kiss-community/repo
5 lines
48 B
Plaintext
5 lines
48 B
Plaintext
|
#!/bin/sh -e
|
||
|
|
||
|
make
|
||
|
make prefix="$1/usr" install
|