aboutsummaryrefslogtreecommitdiffstats
path: root/overlay/usr/local/bin/build.sh
diff options
context:
space:
mode:
Diffstat (limited to 'overlay/usr/local/bin/build.sh')
-rwxr-xr-xoverlay/usr/local/bin/build.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/overlay/usr/local/bin/build.sh b/overlay/usr/local/bin/build.sh
index cf418e3..a24d9bf 100755
--- a/overlay/usr/local/bin/build.sh
+++ b/overlay/usr/local/bin/build.sh
@@ -96,7 +96,7 @@ setup_system() {
create_workspace() {
msg "Cloning aports and applying PR$PR"
git clone --depth=1 --branch "$BRANCH" "$REPOURL" "$APORTSDIR"
- wget -qO- "$REPOURL"/pull/"$PR".patch | git -C "$APORTSDIR" am
+ wget -qO- "$REPOURL"/pull/"$PR".patch | git -C "$APORTSDIR" am --3way
}
sysinfo() {