7 lines
214 B
Bash
Executable File
7 lines
214 B
Bash
Executable File
#!/bin/sh
|
|
|
|
install -D ./libexec/status /usr/local/libexec/yonderly.org/status
|
|
install -D ./libexec/services /usr/local/libexec/yonderly.org/services
|
|
|
|
install -D -b -m 644 ./etc/services /etc/yonderly.org/services
|