File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -54,7 +54,7 @@ if [[ -z "$DEBUG" ]]; then
5454 ../scripts/build/git-clone.bash ../repos/versions " $REPO "
5555 fi
5656 ../scripts/build/strip-cargo.bash " $REPO "
57- ../scripts/build/apply-patches.bash " ../repos/patches/$REPO " " ../repos/patches-$CROSS_ARCH "
57+ ../scripts/build/apply-patches.bash " ../repos/patches/$REPO " " ../repos/patches-$CROSS_ARCH / $REPO "
5858 ../scripts/build/resolve-dependencies.bash " $REPO "
5959 ../scripts/build/experimental-cargo.bash " $REPO "
6060fi
Original file line number Diff line number Diff line change @@ -68,5 +68,5 @@ done < "$DEPS_FILE" > "$DEPS_FILE.tmp"
6868mv " $DEPS_FILE .tmp" " $DEPS_FILE "
6969
7070if [[ -n " $VERSION_FILE " ]]; then
71- echo " VERSION := ${VERSION} " > " $VERSION_FILE "
71+ echo " VERSION= ${VERSION} " > " $VERSION_FILE "
7272fi
You can’t perform that action at this time.
0 commit comments