aboutsummaryrefslogtreecommitdiff
path: root/net/onedrivegui/files/patch-src_global__config.py
diff options
context:
space:
mode:
Diffstat (limited to 'net/onedrivegui/files/patch-src_global__config.py')
-rw-r--r--net/onedrivegui/files/patch-src_global__config.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/onedrivegui/files/patch-src_global__config.py b/net/onedrivegui/files/patch-src_global__config.py
index 3455329b4b49..307a1b61a407 100644
--- a/net/onedrivegui/files/patch-src_global__config.py
+++ b/net/onedrivegui/files/patch-src_global__config.py
@@ -5,7 +5,7 @@
-DIR_PATH = os.path.dirname(os.path.realpath(__file__))
-+DIR_PATH = "/usr/local/share/onedrivegui"
++DIR_PATH = "%%DATADIR%%"
PROFILES_FILE = os.path.expanduser("~/.config/onedrive-gui/profiles")