mirror of
https://github.com/terrapkg/packages.git
synced 2026-06-02 18:02:19 +00:00
428a72508a
* fix (telescope): put libexec script in proper spot Signed-off-by: Owen-sz <owen@fyralabs.com> * add packager line Signed-off-by: Owen-sz <owen@fyralabs.com> * dont use _ Signed-off-by: Owen-sz <owen@fyralabs.com> --------- Signed-off-by: Owen-sz <owen@fyralabs.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" "$@"
|