9 lines
147 B
Bash
Executable File
9 lines
147 B
Bash
Executable File
#!/bin/sh -e
|
|
|
|
./configure \
|
|
--prefix=/usr
|
|
|
|
make
|
|
install -Dm755 snarf "$1/usr/bin/snarf"
|
|
install -Dm644 snarf.1 "$1/usr/share/man/man1/snarf.1"
|