9 lines
106 B
Bash
Executable File
9 lines
106 B
Bash
Executable File
#!/bin/sh -e
|
|
|
|
make
|
|
make \
|
|
DESTDIR="$1" \
|
|
PREFIX=/usr \
|
|
MANPREFIX=/usr/share/man \
|
|
install
|