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