8 lines
79 B
Bash
Executable File
8 lines
79 B
Bash
Executable File
#!/bin/sh -e
|
|
|
|
./configure \
|
|
--prefix=/usry
|
|
|
|
make
|
|
make DESTDIR="$1" install
|