Skip to content

Commit d4b5d1a

Browse files
committed
Fix installation directory for example config files
1 parent 2318409 commit d4b5d1a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -466,7 +466,7 @@ else()
466466
DESTINATION "${CMAKE_INSTALL_MANDIR}/man1"
467467
)
468468
install(DIRECTORY "${PROJECT_SOURCE_DIR}/etc/"
469-
DESTINATION "${CMAKE_INSTALL_DATAROOTDIR}/uncrustify"
469+
DESTINATION "${CMAKE_INSTALL_DOCDIR}/examples"
470470
FILES_MATCHING PATTERN "*.cfg"
471471
)
472472
endif()

0 commit comments

Comments
 (0)