diff options
author | Sebastien Douheret <sebastien.douheret@iot.bzh> | 2017-05-16 00:08:00 +0200 |
---|---|---|
committer | Sebastien Douheret <sebastien.douheret@iot.bzh> | 2017-05-16 00:08:00 +0200 |
commit | 59784289d1d0296e470c46dc279aa3576c60801e (patch) | |
tree | 7af98ef4e05409f59704e9d7e510fdcaf88f8c2b /Makefile | |
parent | feac5d67e4f2019432011d5bfa4862aa5788cb9d (diff) |
Use patched version of syncthing-inotify
Bug #164 has not been properly merged yet.
So patch this bug manually.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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 |