diff options
author | mckaygerhard <mckaygerhard@gmail.com> | 2012-11-28 13:59:08 -0430 |
---|---|---|
committer | mckaygerhard <mckaygerhard@gmail.com> | 2012-11-28 13:59:08 -0430 |
commit | 15b5e81bf4a5ea6f8785adbd39a71999adc2c4d7 (patch) | |
tree | abc1b925cbed84c0056d19c03c7c299c5c6fc544 /hardinfo.desktop.cmake | |
parent | f05c78c8a3458acce36941a3639e4e8780e10119 (diff) |
right usage of GNUinstall dirs, and added module if distros not have yet
Diffstat (limited to 'hardinfo.desktop.cmake')
-rw-r--r-- | hardinfo.desktop.cmake | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/hardinfo.desktop.cmake b/hardinfo.desktop.cmake index 2732910a..bf73dd12 100644 --- a/hardinfo.desktop.cmake +++ b/hardinfo.desktop.cmake @@ -1,8 +1,9 @@ [Desktop Entry] Name=System Profiler and Benchmark Name[pt_BR]=Informações e Testes do Sistema -Exec=@CMAKE_INSTALL_PREFIX@/bin/hardinfo -Icon=@CMAKE_INSTALL_PREFIX@/share/hardinfo/pixmaps/logo.png +Name[es]=Informacion y Rendimiento del Sistema +Exec=@CMAKE_INSTALL_PREFIX@/@CMAKE_INSTALL_BINDIR@/hardinfo +Icon=@CMAKE_INSTALL_PREFIX@/@CMAKE_INSTALL_DATAROOTDIR@/hardinfo/pixmaps/logo.png Terminal=false Type=Application StartupNotify=true |