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