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