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