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