Skip to content

Commit a80f7c4

Browse files
Fix documentation installation path.
1 parent f062088 commit a80f7c4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ ADD_DEFINITIONS(-Wall -Werror -Wextra -pedantic -std=c89 -Wconversion)
66

77
ADD_SUBDIRECTORY(src)
88

9-
INSTALL(DIRECTORY examples DESTINATION share/doc/suinput)
9+
INSTALL(DIRECTORY examples DESTINATION share/doc/libsuinput)
1010

1111
SET(CPACK_PACKAGE_DESCRIPTION_SUMMARY "Simplified Uinput API")
1212
SET(CPACK_PACKAGE_VENDOR "Tuomas Jorma Juhani Räsänen")

0 commit comments

Comments
 (0)