aboutsummaryrefslogtreecommitdiff
path: root/astro/py-indiweb/files/patch-indiweb_driver.py
diff options
context:
space:
mode:
Diffstat (limited to 'astro/py-indiweb/files/patch-indiweb_driver.py')
-rw-r--r--astro/py-indiweb/files/patch-indiweb_driver.py11
1 files changed, 11 insertions, 0 deletions
diff --git a/astro/py-indiweb/files/patch-indiweb_driver.py b/astro/py-indiweb/files/patch-indiweb_driver.py
new file mode 100644
index 000000000000..dfb843943021
--- /dev/null
+++ b/astro/py-indiweb/files/patch-indiweb_driver.py
@@ -0,0 +1,11 @@
+--- indiweb/driver.py 2021-09-05 00:47:09.163136000 -0500
++++ indiweb/driver.py 2021-09-05 00:47:30.642233000 -0500
+@@ -5,7 +5,7 @@
+ import xml.etree.ElementTree as ET
+
+ # Default INDI data directory
+-INDI_DATA_DIR = "/usr/share/indi/"
++INDI_DATA_DIR = "%%LOCALBASE%%/share/indi/"
+
+
+ class DeviceDriver: