kiss-mfavila-large/ports/lsc-git/build

7 lines
107 B
Plaintext
Raw Normal View History

2021-07-24 00:17:19 -04:00
#!/bin/sh -e
make
install -Dm644 lsc.1 "$1/usr/share/man/man1/lsc.1"
install -Dm755 lsc "$1/usr/bin/lsc"