add ttyd support

This commit is contained in:
Tobias Powalowski 2023-07-07 08:31:24 +02:00
parent f4068249ec
commit ba4d18cfd5

View file

@ -36,7 +36,7 @@ build ()
add_symlink "/etc/systemd/system/multi-user.target.wants/ttyd.service" "/etc/systemd/system/ttyd.service"
# fix licenses
map add_file "/usr/share/licenses/rpcbind/COPYING" "/usr/share/licenses/nfsidmap/LICENSE" \
"/usr/share/licenses/tmux/LICENSE /usr/share/licenses/ttyd/LICENSE"
"/usr/share/licenses/tmux/LICENSE" "/usr/share/licenses/ttyd/LICENSE"
}
help ()