move ksnrc file to new directory

This commit is contained in:
Jonathan Riddell
2019-06-14 10:38:33 +01:00
parent 937029a735
commit aaaa7a8874

View File

@@ -2,4 +2,8 @@
add_subdirectory( color-schemes )
add_subdirectory( keyboard-layouts )
install( FILES konsole.knsrc DESTINATION ${CONFIG_INSTALL_DIR})
if(DEFINED ${KDE_INSTALL_KNSRCDIR})
install( FILES konsole.knsrc DESTINATION ${KDE_INSTALL_KNSRCDIR})
else()
install( FILES konsole.knsrc DESTINATION ${CONFIG_INSTALL_DIR})
endif()