Explorar el Código

fix path for manifest

Karsten Böddeker hace 7 años
padre
commit
e998a8fd5e
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  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