system: fix typo in comment

Fix "TARTGET_DIR" -> "TARGET_DIR" typo.

Signed-off-by: Luca Ceresoli <luca.ceresoli@bootlin.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
Luca Ceresoli
2026-03-31 13:05:41 +02:00
committed by Peter Korsgaard
parent 9018402c2c
commit 20080af519

View File

@@ -60,7 +60,7 @@ endef
endif endif
# This function rsyncs the skeleton directory in $(1) to the destination # This function rsyncs the skeleton directory in $(1) to the destination
# in $(2), which should be either $(TARTGET_DIR) or $(STAGING_DIR) # in $(2), which should be either $(TARGET_DIR) or $(STAGING_DIR)
define SYSTEM_RSYNC define SYSTEM_RSYNC
rsync -a --ignore-times $(RSYNC_VCS_EXCLUSIONS) \ rsync -a --ignore-times $(RSYNC_VCS_EXCLUSIONS) \
--chmod=u=rwX,go=rX --exclude .empty --exclude '*~' \ --chmod=u=rwX,go=rX --exclude .empty --exclude '*~' \