7 lines
71 B
Bash
Executable File
7 lines
71 B
Bash
Executable File
#!/bin/sh -e
|
|
|
|
mkdir -p "$1/usr/bin"
|
|
|
|
make
|
|
make PREFIX="$1/usr" install
|