diff options
-rwxr-xr-x | bin/reproducible_build.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bin/reproducible_build.sh b/bin/reproducible_build.sh index 1b2d5fdd..16888b29 100755 --- a/bin/reproducible_build.sh +++ b/bin/reproducible_build.sh @@ -685,6 +685,7 @@ EOF if [ "${SUITE}" != "testing" ]; then local src_dir_name="$(perl -mDpkg::Source::Package -e '$_ = Dpkg::Source::Package->new(filename => $ARGV[0])->get_basename; s/_/-/g; print' -- "${SRCPACKAGE}_${EVERSION}.dsc")" echo "BUILDDIR=/build/$src_dir_name" >> "$TMPCFG" + echo "BUILDSUBDIR=2nd" >> "$TMPCFG" else echo "BUILDDIR=/build" >> "$TMPCFG" fi |