ports/astro/py-indiweb/files/patch-indiweb_driver.py
Jose Alonso Cardenas Marquez fd83baf046
astro/py-indiweb: Update to 0.1.8
2024-12-28 19:17:54 -08:00

11 lines
365 B
Python

--- indiweb/driver.py.orig 2021-02-24 15:36:36 UTC
+++ indiweb/driver.py
@@ -5,7 +5,7 @@ import xml.etree.ElementTree as ET
import xml.etree.ElementTree as ET
# Default INDI data directory
-INDI_DATA_DIR = os.environ.get('INDI_DATA_DIR', "/usr/share/indi/")
+INDI_DATA_DIR = os.environ.get('INDI_DATA_DIR', "%%LOCALBASE%%/share/indi/")
class DeviceDriver: