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