Sophie

Sophie

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

maxr-0.2.10-1.mga9.src.rpm

diff -Nrup a/CMakeLists.txt b/CMakeLists.txt
--- a/CMakeLists.txt	2023-03-21 12:40:57.000000000 +0100
+++ b/CMakeLists.txt	2023-05-18 13:50:53.086742833 +0200
@@ -129,9 +129,9 @@ endif()
 # ============================================
 
 if (UNIX)
-  install(TARGETS maxr DESTINATION bin)
+  install(TARGETS maxr DESTINATION games)
   install(DIRECTORY "${CMAKE_CURRENT_LIST_DIR}/data/"
-    DESTINATION share/maxr
+    DESTINATION share/games/maxr
     PATTERN ".gitignore" EXCLUDE
   )
 endif()