5 lines
57 B
Plaintext
5 lines
57 B
Plaintext
|
#!/bin/sh -e
|
||
|
|
||
|
make
|
||
|
make DESTDIR="$1" prefix=/usr install
|