ports/deskutils/syncthing-gtk/files/patch-syncthing__gtk_configuration.py
Steve Wills 39f2924fca deskutils/syncthing-gtk: Update to 0.9.2.5
While here, take maintainership

PR:		220895
Approved by:	Ivan <bsd@abinet.ru> (maintainer)
2017-08-12 22:13:10 +00:00

11 lines
564 B
Python

--- syncthing_gtk/configuration.py.orig 2017-07-03 19:06:48 UTC
+++ syncthing_gtk/configuration.py
@@ -30,7 +30,7 @@ class _Configuration(object):
"autokill_daemon" : (int, 2), # 0 - never kill, 1 - always kill, 2 - ask
"daemon_priority" : (int, 0), # uses nice values
"max_cpus" : (int, 0), # 0 for all cpus
- "syncthing_binary" : (str, "/usr/bin/syncthing"),
+ "syncthing_binary" : (str, "%%LOCALBASE%%/bin/syncthing"),
"syncthing_arguments" : (str, ""),
"minimize_on_start" : (bool, False),
"folder_as_path" : (bool, True),