summaryrefslogtreecommitdiff
path: root/build_stage4_package.sh
diff options
context:
space:
mode:
authorAndreas Baumann <mail@andreasbaumann.cc>2018-03-15 21:17:04 +0100
committerAndreas Baumann <mail@andreasbaumann.cc>2018-03-15 21:17:04 +0100
commitb445d69f041062e4695cb23d656fb8613fcf381c (patch)
tree3d3123d2951072e7c1560e2e0870cee93a3d744c /build_stage4_package.sh
parent80afdd710922f82171bb9250c33dca18475f42ca (diff)
downloadbootstrap32-b445d69f041062e4695cb23d656fb8613fcf381c.tar.xz
stage4: building with docu and tests up to help2man
Diffstat (limited to 'build_stage4_package.sh')
-rwxr-xr-xbuild_stage4_package.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/build_stage4_package.sh b/build_stage4_package.sh
index de9d71b..4cc6502 100755
--- a/build_stage4_package.sh
+++ b/build_stage4_package.sh
@@ -102,7 +102,7 @@ if test "$(find "$STAGE4_PACKAGES" -regex ".*/$PACKAGE-.*pkg\\.tar\\.xz" | wc -l
echo "Building $PACKAGE on target.."
- ssh -i $CROSS_HOME/.ssh/id_rsa build@$STAGE1_MACHINE_IP bash -c "'cd $PACKAGE && makepkg --skipchecksums --skippgpcheck --nocheck'" > $PACKAGE.log 2>&1
+ ssh -i $CROSS_HOME/.ssh/id_rsa build@$STAGE1_MACHINE_IP bash -c "'cd $PACKAGE && makepkg --skipchecksums --skippgpcheck'" > $PACKAGE.log 2>&1
RES=$?
tail "$PACKAGE.log"