Files
packages/anda/stardust/telescope/stable/libexec.patch
T
Raboneko e89c4926a1 fix (telescope): put libexec script in proper spot (#9527) (#9528)
* fix (telescope): put libexec script in proper spot



* add packager line



* dont use _



---------


(cherry picked from commit 428a72508a)

Signed-off-by: Owen-sz <owen@fyralabs.com>
Co-authored-by: Owen Zimmerman <123591347+Owen-sz@users.noreply.github.com>
2026-01-28 21:12:19 -06:00

10 lines
289 B
Diff

diff --git a/scripts/telescope b/scripts/telescope
index bad4436..50f7983 100644
--- a/scripts/telescope
+++ b/scripts/telescope
@@ -1,3 +1,3 @@
#!/bin/bash
-stardust-xr-server -o 6 -e "$(which _telescope_startup)" "$@"
+stardust-xr-server -o 6 -e "/usr/libexec/telescope_startup" "$@"