From a0e08023966237cf39bee526e6230bf27476f2b1 Mon Sep 17 00:00:00 2001 From: matsuand <30614168+matsuand@users.noreply.github.com> Date: Sun, 8 May 2022 19:05:27 +0900 Subject: [PATCH] =?utf8?q?=E3=82=B5=E3=83=BC=E3=83=90=E3=83=BC=E5=87=A6?= =?utf8?q?=E7=90=86=E6=94=B9=E4=BF=AE=20(=E4=BF=AE=E6=AD=A3=E6=BC=8F?= =?utf8?q?=E3=82=8C=E5=AF=BE=E5=87=A6)=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit * rsync 処理におけるエラー、failed to set times on "dir": Operation not permitted (1) エラー解消のため、--omit-dir-times オプション追加。 --- www/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www/Makefile b/www/Makefile index 9ce9bbdf..a4f4bf59 100644 --- a/www/Makefile +++ b/www/Makefile @@ -57,7 +57,7 @@ clean: make -C announcement/ clean install: all - $(RSYNC) -a --delete -v \ + $(RSYNC) -a --delete --omit-dir-times -v \ --exclude='bin' \ --exclude='*.m4' \ --exclude='*.perl' \ -- 2.11.0