OSDN Git Service

サーバー処理改修 (修正漏れ対処)。
authormatsuand <30614168+matsuand@users.noreply.github.com>
Sun, 8 May 2022 10:05:27 +0000 (19:05 +0900)
committermatsuand <30614168+matsuand@users.noreply.github.com>
Sun, 8 May 2022 10:05:27 +0000 (19:05 +0900)
* rsync 処理におけるエラー、failed to set times on "dir": Operation not
  permitted (1) エラー解消のため、--omit-dir-times オプション追加。

www/Makefile

index 9ce9bbd..a4f4bf5 100644 (file)
@@ -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' \