star-ty

Generate content for online publication
git clone git://git.meso-star.fr/star-ty.git
Log | Files | Refs | README | LICENSE

commit 64e2d8ccc842c9c91241494ff021dc8abbeb17be
parent 7f2bb037a11a323908d014d5fe7f7e229d6e58ac
Author: Vincent Forest <vincent.forest@meso-star.com>
Date:   Mon, 22 Sep 2025 18:50:38 +0200

On install, preserve modification dates of directories

This prevents the error "failed to set times" when updating a directory
created by another user; its content can be modified by all users
belonging to the group defined by the GROUP macro.

Diffstat:
Mexample/Makefile | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/example/Makefile b/example/Makefile @@ -42,7 +42,7 @@ clean__: install__: $(HTML) $(SIG) @rsync -avzrR --delete-after --progress \ - --chmod=Dg+s,g+w,Fg+w --chown=:$(GROUP) \ + --chmod=Dg+s,g+w,Fg+w --chown=:$(GROUP) --omit-dir-times \ sty.css $(HTML) $$(sty-list subdir) $(RESOURCES) \ $(PREFIX)