5 lines
83 B
Bash
Executable File
5 lines
83 B
Bash
Executable File
#!/bin/sh -e
|
|
|
|
make
|
|
make DESTDIR="$1" bindir=/usr/bin mandir=/usr/share/man install
|