mirror of
https://github.com/badaix/snapcast.git
synced 2025-04-30 18:57:37 +02:00
Fix Snapweb dir
This commit is contained in:
parent
1a0de22271
commit
4ce1697277
1 changed files with 1 additions and 1 deletions
|
@ -125,7 +125,7 @@ else()
|
||||||
COMPONENT server
|
COMPONENT server
|
||||||
DESTINATION ${CMAKE_INSTALL_DATADIR}/snapserver)
|
DESTINATION ${CMAKE_INSTALL_DATADIR}/snapserver)
|
||||||
if(SNAPWEB_DIR)
|
if(SNAPWEB_DIR)
|
||||||
install(DIRECTORY "${SNAPWEB_DIR}"
|
install(DIRECTORY "${SNAPWEB_DIR}/"
|
||||||
DESTINATION ${CMAKE_INSTALL_DATADIR}/snapserver/snapweb)
|
DESTINATION ${CMAKE_INSTALL_DATADIR}/snapserver/snapweb)
|
||||||
else()
|
else()
|
||||||
install(DIRECTORY etc/snapweb/
|
install(DIRECTORY etc/snapweb/
|
||||||
|
|
Loading…
Add table
Reference in a new issue