7 lines
58 B
Bash
Executable File
7 lines
58 B
Bash
Executable File
#!/bin/sh -e
|
|
|
|
./configure
|
|
|
|
make
|
|
make DESTDIR="$1" install
|