summaryrefslogtreecommitdiff
path: root/fix-binary-install.patch
diff options
context:
space:
mode:
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)