5 lines
80 B
Plaintext
5 lines
80 B
Plaintext
|
#!/bin/sh -e
|
||
|
|
||
|
make PREFIX=/usr xinerama=1
|
||
|
make PREFIX=/usr DESTDIR="$1" install
|