Skip to content

Commit

Permalink
Correct name of config file
Browse files Browse the repository at this point in the history
  • Loading branch information
laudrup committed Jun 29, 2011
1 parent 6e07146 commit b98f10c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion creox/CMakeLists.txt
Expand Up @@ -52,5 +52,5 @@ target_link_libraries(creox

install(TARGETS creox ${INSTALL_TARGETS_DEFAULT_ARGS})
install(FILES creoxui.rc DESTINATION ${DATA_INSTALL_DIR}/creox)
install(FILES creox4.kcfg DESTINATION ${KCFG_INSTALL_DIR})
install(FILES creox.kcfg DESTINATION ${KCFG_INSTALL_DIR})
install(PROGRAMS creox.desktop DESTINATION ${XDG_APPS_INSTALL_DIR})

0 comments on commit b98f10c

Please sign in to comment.