summaryrefslogtreecommitdiffstats
path: root/bin/reproducible_build.sh
diff options
context:
space:
mode:
Diffstat (limited to 'bin/reproducible_build.sh')
-rwxr-xr-xbin/reproducible_build.sh8
1 files changed, 6 insertions, 2 deletions
diff --git a/bin/reproducible_build.sh b/bin/reproducible_build.sh
index c34de79d..cd261f8d 100755
--- a/bin/reproducible_build.sh
+++ b/bin/reproducible_build.sh
@@ -594,7 +594,9 @@ export LANGUAGE="en_US:en"
EOF
# build path is not yet varied on testing
if [ "${SUITE}" != "testing" ]; then
- echo "BUILDDIR=/build-1st" >> "$TMPCFG"
+ echo "BUILDDIR=/build/1st" >> "$TMPCFG"
+ else
+ echo "BUILDDIR=/build" >> "$TMPCFG"
fi
# remember to change the sudoers setting if you change the following command
# FIXME: call with --buildinfo-identifier=dummy instead and below
@@ -653,7 +655,9 @@ umask 0002
EOF
# build path is not yet varied on testing
if [ "${SUITE}" != "testing" ]; then
- echo "BUILDDIR=/build-2nd" >> "$TMPCFG"
+ echo "BUILDDIR=/build/2nd" >> "$TMPCFG"
+ else
+ echo "BUILDDIR=/build" >> "$TMPCFG"
fi
set +e
# remember to change the sudoers setting if you change the following command