X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=Makefile;h=4bb7207a58389166732f9575375fee860d395c03;hb=199bec04165a8bd8d52034963725a2c6161814af;hp=8212824a55a07d3a9528b75f32f4bcb4263cef99;hpb=0b670a1f12da44bad926d60f25149e2bd771a4bc;p=src%2Fxds%2Fxds-server.git diff --git a/Makefile b/Makefile index 8212824..4bb7207 100644 --- a/Makefile +++ b/Makefile @@ -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)