summaryrefslogtreecommitdiff
path: root/fix-binary-install.patch
diff options
context:
space:
mode:
authorjc_gargma <jc_gargma@iserlohn-fortress.net>2025-09-24 23:17:48 -0700
committerjc_gargma <jc_gargma@iserlohn-fortress.net>2025-09-24 23:17:48 -0700
commit5dac106c9df1495f66ed9bbdc84949517f889dc9 (patch)
tree59dbff501fa5010f31571b35fbb1759d5368e72b /fix-binary-install.patch
parentUpdated to 0.10.10 (diff)
downloadendless-sky-master.tar.xz
Updated to 0.10.14HEADmaster
Diffstat (limited to 'fix-binary-install.patch')
-rw-r--r--fix-binary-install.patch11
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)