diff options
author | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2025-09-24 23:17:48 -0700 |
---|---|---|
committer | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2025-09-24 23:17:48 -0700 |
commit | 5dac106c9df1495f66ed9bbdc84949517f889dc9 (patch) | |
tree | 59dbff501fa5010f31571b35fbb1759d5368e72b /fix-binary-install.patch | |
parent | Updated to 0.10.10 (diff) | |
download | endless-sky-master.tar.xz |
Diffstat (limited to 'fix-binary-install.patch')
-rw-r--r-- | fix-binary-install.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/fix-binary-install.patch b/fix-binary-install.patch new file mode 100644 index 0000000..e666af0 --- /dev/null +++ b/fix-binary-install.patch @@ -0,0 +1,11 @@ +--- a/CMakeLists.txt ++++ b/CMakeLists.txt +@@ -274,7 +274,7 @@ elseif(WIN32) + install(FILES license.txt DESTINATION .) + elseif(UNIX) + # Install the binary. +- install(TARGETS EndlessSky CONFIGURATIONS Release RUNTIME DESTINATION games) ++ install(TARGETS EndlessSky CONFIGURATIONS Release RUNTIME) + + # Install the desktop file. + install(FILES io.github.endless_sky.endless_sky.desktop DESTINATION share/applications) |