Skip to content

Commit

Permalink
Fix installation directory for example config files
Browse files Browse the repository at this point in the history
  • Loading branch information
AMDmi3 committed Nov 27, 2019
1 parent 2318409 commit d4b5d1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -466,7 +466,7 @@ else()
DESTINATION "${CMAKE_INSTALL_MANDIR}/man1"
)
install(DIRECTORY "${PROJECT_SOURCE_DIR}/etc/"
DESTINATION "${CMAKE_INSTALL_DATAROOTDIR}/uncrustify"
DESTINATION "${CMAKE_INSTALL_DOCDIR}/examples"
FILES_MATCHING PATTERN "*.cfg"
)
endif()
Expand Down

0 comments on commit d4b5d1a

Please sign in to comment.