From 59784289d1d0296e470c46dc279aa3576c60801e Mon Sep 17 00:00:00 2001 From: Sebastien Douheret Date: Tue, 16 May 2017 00:08:00 +0200 Subject: Use patched version of syncthing-inotify Bug #164 has not been properly merged yet. So patch this bug manually. --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index fa86c37..8295b4a 100644 --- a/Makefile +++ b/Makefile @@ -5,7 +5,8 @@ VERSION := 0.0.1 # Syncthing version to install SYNCTHING_VERSION = 0.14.27 -SYNCTHING_INOTIFY_VERSION = 0.8.5 +# FIXME: use patched version while waiting integration of #165 +#SYNCTHING_INOTIFY_VERSION = 0.8.5 -- cgit 1.2.3-korg