diff options
author | Sebastien Douheret <sebastien.douheret@iot.bzh> | 2017-05-16 00:05:18 +0200 |
---|---|---|
committer | Sebastien Douheret <sebastien.douheret@iot.bzh> | 2017-05-16 00:05:18 +0200 |
commit | 8983eebdbe74489d62eae4097580fc430d75bd07 (patch) | |
tree | 702eb2c1de7ad52c7aa58286ec02b91e49e537dc /Makefile | |
parent | a840678ea8b627e8a0f952c07a268e4b0be8ee9c (diff) |
Use patched version of syncthing-inotify.
Bug #164 has not been properly merged yet.
So patch this bug manually.
See also https://github.com/syncthing/syncthing-inotify/pull/165
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 # Retrieve git tag/commit to set sub-version string |