mirror of
https://github.com/terrapkg/packages.git
synced 2026-06-02 01:42:18 +00:00
e89c4926a1
* 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>
10 lines
289 B
Diff
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" "$@"
|