5 lines
43 B
Bash
5 lines
43 B
Bash
|
#!/bin/sh
|
||
|
|
||
|
PREFIX="$PREFIX" \
|
||
|
make install
|