|
@@ -280,8 +280,8 @@ if [ "${PUBLISH}" -eq "1" ]; then
|
|
|
|
|
|
# copy manifest and the build info file
|
|
|
progress "Copying manifest and build info file ..."
|
|
|
- mkdir -p "${OUTPUT_DIR}/${VERSION}/"
|
|
|
- cp -f "${MANIFEST_DIR}/${BRANCH}.manifest" "${OUTPUT_DIR}/${VERSION}/"
|
|
|
+ mkdir -p "${OUTPUT_DIR}/${VERSION}/sysupgrade"
|
|
|
+ cp -f "${MANIFEST_DIR}/${BRANCH}.manifest" "${OUTPUT_DIR}/${VERSION}/sysupgrade/"
|
|
|
cp -f "${build_info_path}" "${OUTPUT_DIR}/${VERSION}/${BUILD_INFO_FILENAME}"
|
|
|
|
|
|
# Update symlinks
|