summaryrefslogtreecommitdiffstats
path: root/bin/reproducible_build.sh
diff options
context:
space:
mode:
Diffstat (limited to 'bin/reproducible_build.sh')
-rwxr-xr-xbin/reproducible_build.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/bin/reproducible_build.sh b/bin/reproducible_build.sh
index 96f11488..3bd90f35 100755
--- a/bin/reproducible_build.sh
+++ b/bin/reproducible_build.sh
@@ -752,6 +752,7 @@ filter_buildinfo_files() {
grep-dctrl -I -s Environment . ./b2/$BUILDINFO > $TMPFILE2
mv $TMPFILE1 ./b1/$BUILDINFO
mv $TMPFILE2 ./b2/$BUILDINFO
+ chmod 644 ./b1/$BUILDINFO ./b2/$BUILDINFO
}
check_buildinfo() {