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