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