mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-04-18 16:47:02 +02:00
13 lines
361 B
Diff
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")
|