8 lines
97 B
Bash
Executable File
8 lines
97 B
Bash
Executable File
#!/bin/sh -e
|
|
|
|
make
|
|
make \
|
|
prefix="$1/usr" \
|
|
MANDIR="$1/usr/share/man/man1" \
|
|
install
|