forked from kiss-community/repo
5 lines
71 B
Plaintext
5 lines
71 B
Plaintext
|
#!/bin/sh -e
|
||
|
|
||
|
make LDFLAGS="$LDFLAGS -static"
|
||
|
make PREFIX=/usr install
|