5 lines
70 B
Bash
Executable File
5 lines
70 B
Bash
Executable File
#!/bin/sh -e
|
|
|
|
make PREFIX="/usr"
|
|
install -Dm4711 sup "$1/usr/bin/sup"
|