mirror of
https://github.com/badaix/snapcast.git
synced 2025-04-29 02:07:55 +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
|
||||
DESTINATION ${CMAKE_INSTALL_DATADIR}/snapserver)
|
||||
if(SNAPWEB_DIR)
|
||||
install(DIRECTORY "${SNAPWEB_DIR}"
|
||||
install(DIRECTORY "${SNAPWEB_DIR}/"
|
||||
DESTINATION ${CMAKE_INSTALL_DATADIR}/snapserver/snapweb)
|
||||
else()
|
||||
install(DIRECTORY etc/snapweb/
|
||||
|
|
Loading…
Add table
Reference in a new issue