7 lines
65 B
Plaintext
7 lines
65 B
Plaintext
|
#!/bin/sh -e
|
||
|
|
||
|
cd src
|
||
|
|
||
|
make
|
||
|
make DESTDIR="$1" PREFIX=/usr install
|