Skip to content

Commit 5034878

Browse files
committed
Update scripts
1 parent d0c1798 commit 5034878

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

scripts/build/make.bash

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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"
6060
fi

scripts/update-version.bash

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,5 +68,5 @@ done < "$DEPS_FILE" > "$DEPS_FILE.tmp"
6868
mv "$DEPS_FILE.tmp" "$DEPS_FILE"
6969

7070
if [[ -n "$VERSION_FILE" ]]; then
71-
echo "VERSION := ${VERSION}" > "$VERSION_FILE"
71+
echo "VERSION=${VERSION}" > "$VERSION_FILE"
7272
fi

0 commit comments

Comments
 (0)