X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=Makefile;h=29a33a824ee3f58cd14f5af69510c3c9232594c4;hb=d21eb59c4f7fe9844646bd60ac34aa1d3cbb792f;hp=bd4fe0fff251e15e4247d541f56ff3299e015d16;hpb=abb904e0e250ff4a77e789a887d331f45a6d8410;p=src%2Fxds%2Fxds-server.git diff --git a/Makefile b/Makefile index bd4fe0f..29a33a8 100644 --- a/Makefile +++ b/Makefile @@ -5,9 +5,7 @@ VERSION := 0.1.0 # Syncthing version to install SYNCTHING_VERSION = 0.14.28 -# FIXME: use master while waiting a release that include #164 -#SYNCTHING_INOTIFY_VERSION = 0.8.5 -SYNCTHING_INOTIFY_VERSION=master +SYNCTHING_INOTIFY_VERSION = 0.8.6 # Retrieve git tag/commit to set sub-version string @@ -121,7 +119,7 @@ webapp/debug: webapp/install: (cd webapp && npm install) - @test -d ${DESTDIR}/usr/local/etc && rm -rf ${DESTDIR}/usr + @if [ -d ${DESTDIR}/usr/local/etc ]; then rm -rf ${DESTDIR}/usr; fi .PHONY: scripts scripts: