|
@@ -78,7 +78,7 @@ endef
|
|
endif
|
|
endif
|
|
|
|
|
|
define SKELETON_INSTALL_TARGET_CMDS
|
|
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 '*~' \
|
|
--chmod=u=rwX,go=rX --exclude .empty --exclude '*~' \
|
|
$(SKELETON_PATH)/ $(TARGET_DIR)/
|
|
$(SKELETON_PATH)/ $(TARGET_DIR)/
|
|
$(call SKELETON_USR_SYMLINKS_OR_DIRS,$(TARGET_DIR))
|
|
$(call SKELETON_USR_SYMLINKS_OR_DIRS,$(TARGET_DIR))
|