Create "/etc/snapserver/certs" directory

This commit is contained in:
badaix 2025-01-09 22:19:01 +01:00
parent c7d301e1d7
commit 8015325d71
3 changed files with 1 additions and 5 deletions

View file

@ -1,2 +0,0 @@
usr/bin/snapclient usr/bin/
usr/share/pixmaps/snapcast.svg usr/share/pixmaps/

View file

@ -1,3 +0,0 @@
usr/bin/snapserver usr/bin/
usr/share/snapserver usr/share/
etc/snapserver.conf etc/

View file

@ -139,6 +139,7 @@ else()
FILES etc/snapserver.conf FILES etc/snapserver.conf
COMPONENT server COMPONENT server
DESTINATION ${CMAKE_INSTALL_SYSCONFDIR}) DESTINATION ${CMAKE_INSTALL_SYSCONFDIR})
install(DIRECTORY DESTINATION ${CMAKE_INSTALL_SYSCONFDIR}/snapserver/certs)
install( install(
FILES etc/index.html FILES etc/index.html
COMPONENT server COMPONENT server