X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=Makefile;h=19fe4a4af84ebb5330733bbb2f5ff83b909f3e0f;hb=1db7b797aef7501d9f7d52d1f9d7d90d80f9f886;hp=8212824a55a07d3a9528b75f32f4bcb4263cef99;hpb=0b670a1f12da44bad926d60f25149e2bd771a4bc;p=src%2Fxds%2Fxds-server.git diff --git a/Makefile b/Makefile index 8212824..19fe4a4 100644 --- a/Makefile +++ b/Makefile @@ -4,7 +4,7 @@ VERSION := 0.0.1 # Syncthing version to install -SYNCTHING_VERSION = 0.14.27 +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 @@ -95,7 +95,7 @@ install: @test -e $(LOCAL_BINDIR)/xds-start-server.sh -a -d $(LOCAL_BINDIR)/agl || { echo "Please execute first: scripts\n"; exit 1; } @test -e $(LOCAL_TOOLSDIR)/syncthing -a -e $(LOCAL_TOOLSDIR)/syncthing-inotify || { echo "Please execute first: make tools/syncthing\n"; exit 1; } mkdir -p $(INSTALL_DIR) \ - && cp $(LOCAL_BINDIR)/* $(INSTALL_DIR) \ + && cp -a $(LOCAL_BINDIR)/* $(INSTALL_DIR) \ && cp $(LOCAL_TOOLSDIR)/syncthing* $(INSTALL_DIR) mkdir -p $(INSTALL_WEBAPP_DIR) \ && cp -a webapp/dist/* $(INSTALL_WEBAPP_DIR)