mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-28 05:36:32 +00:00
Makefile: also use ignore-times argument to rsync when copying rootfs overlays
Missed from previous patch. Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
parent
2f865405c9
commit
99e82b0d4c
2
Makefile
2
Makefile
@ -548,7 +548,7 @@ endif
|
|||||||
|
|
||||||
@$(foreach d, $(call qstrip,$(BR2_ROOTFS_OVERLAY)), \
|
@$(foreach d, $(call qstrip,$(BR2_ROOTFS_OVERLAY)), \
|
||||||
$(call MESSAGE,"Copying overlay $(d)"); \
|
$(call MESSAGE,"Copying overlay $(d)"); \
|
||||||
rsync -a $(RSYNC_VCS_EXCLUSIONS) \
|
rsync -a --ignore-times $(RSYNC_VCS_EXCLUSIONS) \
|
||||||
--chmod=Du+w --exclude .empty --exclude '*~' \
|
--chmod=Du+w --exclude .empty --exclude '*~' \
|
||||||
$(d)/ $(TARGET_DIR)$(sep))
|
$(d)/ $(TARGET_DIR)$(sep))
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user