mirror of
https://github.com/badaix/snapcast.git
synced 2025-04-28 09:47:09 +02:00
Create "/etc/snapserver/certs" directory
This commit is contained in:
parent
c7d301e1d7
commit
8015325d71
3 changed files with 1 additions and 5 deletions
|
@ -1,2 +0,0 @@
|
|||
usr/bin/snapclient usr/bin/
|
||||
usr/share/pixmaps/snapcast.svg usr/share/pixmaps/
|
|
@ -1,3 +0,0 @@
|
|||
usr/bin/snapserver usr/bin/
|
||||
usr/share/snapserver usr/share/
|
||||
etc/snapserver.conf etc/
|
|
@ -139,6 +139,7 @@ else()
|
|||
FILES etc/snapserver.conf
|
||||
COMPONENT server
|
||||
DESTINATION ${CMAKE_INSTALL_SYSCONFDIR})
|
||||
install(DIRECTORY DESTINATION ${CMAKE_INSTALL_SYSCONFDIR}/snapserver/certs)
|
||||
install(
|
||||
FILES etc/index.html
|
||||
COMPONENT server
|
||||
|
|
Loading…
Add table
Reference in a new issue