mirror of
https://github.com/badaix/snapcast.git
synced 2025-04-28 17:57:05 +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
|
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
|
||||||
|
|
Loading…
Add table
Reference in a new issue