7 lines
123 B
Bash
Executable File
7 lines
123 B
Bash
Executable File
#!/bin/sh -e
|
|
|
|
make
|
|
|
|
install -Dm755 picocom "$1/usr/bin/picocom"
|
|
install -Dm644 picocom.1 "$1/usr/share/man/man1/picocom.1"
|