meson.build: move lab-sensible-terminal install routine.

Moved to clients/meson.build as per the comment in meson.build.
This commit is contained in:
01micko 2025-08-30 20:09:31 +10:00
parent a382389e5e
commit 1778f1fb75
2 changed files with 2 additions and 4 deletions

View file

@ -54,3 +54,5 @@ executable(
install: true
)
clients = files('lab-sensible-terminal')
install_data(clients, install_dir: get_option('bindir'))