6 lines
66 B
Plaintext
6 lines
66 B
Plaintext
|
#!/bin/sh -e
|
||
|
|
||
|
make
|
||
|
|
||
|
install -Dm755 glxgears "$1/usr/bin/glxgears"
|