Add terminal config to Makefile

This commit is contained in:
phl0 2020-04-20 23:13:51 +02:00
parent 4ba94cbfe0
commit c3647a45cf
No known key found for this signature in database
GPG Key ID: 48EA1E640798CA9A
1 changed files with 3 additions and 0 deletions

View File

@ -28,3 +28,6 @@ install:
[ -f /xlxd/xlxd.interlink ] && \
cp ../config/xlxd.interlink /xlxd/xlxd.interlink.sample || \
cp ../config/xlxd.interlink /xlxd/xlxd.interlink
[ -f /xlxd/xlxd.terminal ] && \
cp ../config/xlxd.terminal /xlxd/xlxd.terminal.sample || \
cp ../config/xlxd.terminal /xlxd/xlxd.terminal