5 lines
48 B
Plaintext
5 lines
48 B
Plaintext
|
#!/bin/sh -e
|
||
|
|
||
|
make
|
||
|
make PREFIX="$1/usr" install
|