6 lines
54 B
Bash
Executable File
6 lines
54 B
Bash
Executable File
#!/bin/sh -e
|
|
|
|
xmkmf -a
|
|
make
|
|
make DESTDIR="$1" install
|