Fix gsi-pubsign-release.sh rsync command am: 7d0189a6ec

Change-Id: If41a1eba6271f0673f97bf4db63d60caec11d276
This commit is contained in:
Automerger Merge Worker
2020-03-02 10:14:07 +00:00

View File

@@ -53,7 +53,7 @@ fi
# Don't copy logs/ and files whose name starts with $SRC_PRODUCT
rsync --verbose --archive --copy-links --exclude='logs' \
--exclude="${SRC_PRODUCT}-*" "${SRC_DIR}" "${DIST_DIR}"
--exclude="${SRC_PRODUCT}-*" "${SRC_DIR}/" "${DIST_DIR}"
# Rename ${SRC_PRODUCT}-xxx.yyy to ${TARGET_PRODUCT}-xxx.yyy
for src_path in $(find "${SRC_DIR}" -type f -name "${SRC_PRODUCT}-*") ; do