8 lines
76 B
Bash
Executable File
8 lines
76 B
Bash
Executable File
#!/bin/sh -e
|
|
|
|
./configure \
|
|
-p /usr
|
|
|
|
make -j1
|
|
make DESTDIR="$1" install
|