Browse Source

fix path for manifest

Karsten Böddeker 7 years ago
parent
commit
e998a8fd5e
1 changed files with 2 additions and 2 deletions
  1. 2 2
      build.sh

+ 2 - 2
build.sh

@@ -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