Sophie

Sophie

distrib > Mageia > 9 > armv7hl > media > core-release-src > by-pkgid > ffa2c94526a63fecff58a44fa397052b > files > 2

gcdemu-3.2.6-1.mga9.src.rpm

diff -Nrup a/CMakeLists.txt b/CMakeLists.txt
--- a/CMakeLists.txt	2021-04-17 13:19:54.000000000 +0200
+++ b/CMakeLists.txt	2021-05-01 16:21:57.746714356 +0200
@@ -38,7 +38,7 @@ if(POST_INSTALL_HOOKS)
     install(CODE "execute_process (COMMAND ${UPDATE_DESKTOP_DATABASE_EXECUTABLE} ${CMAKE_INSTALL_FULL_DATADIR}/applications)")
 endif()
 
-install(FILES data/gcdemu-icon-gray.svg data/gcdemu-icon.svg data/gcdemu.svg DESTINATION ${CMAKE_INSTALL_DATADIR}/pixmaps)
+install(FILES data/gcdemu-icon-gray.svg data/gcdemu-icon.svg data/gcdemu.svg DESTINATION ${CMAKE_INSTALL_DATADIR}/icons/hicolor/scalable/apps)
 
 # Translations; we use the version provided by our FindIntlTool.cmake
 # instead of the gettext version... Note: first two arguments are mandatory,