aports/testing/endless-sky/install-path.patch
2022-08-29 09:50:28 +02:00

13 lines
361 B
Diff

diff --git a/SConstruct b/SConstruct
index 3ae455a..6d25bdf 100644
--- a/SConstruct
+++ b/SConstruct
@@ -157,7 +157,7 @@ env.AlwaysBuild("test")
# Install the binary:
-env.Install("$DESTDIR$PREFIX/games", sky)
+env.Install("$DESTDIR$PREFIX/bin", sky)
# Install the desktop file:
env.Install("$DESTDIR$PREFIX/share/applications", "endless-sky.desktop")