summaryrefslogtreecommitdiff
path: root/build_stage4_package.sh
diff options
context:
space:
mode:
authorAndreas Baumann <mail@andreasbaumann.cc>2018-03-22 18:43:06 +0100
committerAndreas Baumann <mail@andreasbaumann.cc>2018-03-22 18:43:06 +0100
commite5582416f1cec35eeed37182e66a6d00aea0d7ea (patch)
tree09162c03fae8e4e8afb1e32ace65b4beb36a338b /build_stage4_package.sh
parente380052c95583a7ee343096415717cfadd031210 (diff)
downloadbootstrap32-e5582416f1cec35eeed37182e66a6d00aea0d7ea.tar.xz
building pcre2 without jit (XMM registers are bad on i486)
building git
Diffstat (limited to 'build_stage4_package.sh')
-rwxr-xr-xbuild_stage4_package.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/build_stage4_package.sh b/build_stage4_package.sh
index 0211315..ad3a656 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.."
- if test "$SKIP_CHECK"; then
+ if test "$SKIP_CHECK" = "1"; then
TESTING="--nocheck"
else
TESTING=""
@@ -137,7 +137,7 @@ if test "$(find "$STAGE4_PACKAGES" -regex ".*/$PACKAGE-.*pkg\\.tar\\.xz" | wc -l
# install onto stage 1 system via pacman
- if test "$FORCE_INSTALL"; then
+ if test "$FORCE_INSTALL" = "1"; then
FORCE="--force"
fi