summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--package/skeleton/skeleton.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/skeleton/skeleton.mk b/package/skeleton/skeleton.mk
index 790afaf146..d640e247cb 100644
--- a/package/skeleton/skeleton.mk
+++ b/package/skeleton/skeleton.mk
@@ -78,7 +78,7 @@ endef
endif
define SKELETON_INSTALL_TARGET_CMDS
- rsync -a --ignore-times $(SYNC_VCS_EXCLUSIONS) \
+ rsync -a --ignore-times $(RSYNC_VCS_EXCLUSIONS) \
--chmod=u=rwX,go=rX --exclude .empty --exclude '*~' \
$(SKELETON_PATH)/ $(TARGET_DIR)/
$(call SKELETON_USR_SYMLINKS_OR_DIRS,$(TARGET_DIR))
OpenPOWER on IntegriCloud