2018-05-25 18:44:51 +00:00
|
|
|
diff --git a/app/CMakeLists.txt b/app/CMakeLists.txt
|
|
|
|
index 20afc5e..f1f31b5 100644
|
|
|
|
--- a/app/CMakeLists.txt
|
|
|
|
+++ b/app/CMakeLists.txt
|
|
|
|
@@ -34,7 +34,7 @@ target_link_libraries( diskmonitor
|
2015-04-14 11:25:14 +00:00
|
|
|
KF5::XmlGui
|
|
|
|
)
|
|
|
|
|
|
|
|
-install(TARGETS diskmonitor ${INSTALL_TARGETS_DEFAULT_ARGS} )
|
|
|
|
-install(FILES icon.svg RENAME diskmonitor.svg DESTINATION "${CMAKE_INSTALL_PREFIX}/share/icons/" )
|
|
|
|
+install(TARGETS diskmonitor DESTINATION "${SBIN_INSTALL_DIR}" )
|
|
|
|
+install(FILES icon.svg RENAME diskmonitor.svg DESTINATION "${ICON_INSTALL_DIR}/hicolor/scalable/apps/" )
|
|
|
|
install(FILES diskmonitor.desktop DESTINATION "${CMAKE_INSTALL_PREFIX}/share/applications/" )
|
|
|
|
|