Skip to content

Commit

Permalink
Fix Snapweb dir
Browse files Browse the repository at this point in the history
  • Loading branch information
badaix committed Feb 24, 2024
1 parent 1a0de22 commit 4ce1697
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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/
Expand Down

0 comments on commit 4ce1697

Please sign in to comment.