From 230121e839cc8adaf4a81771529ef6327f1bd3ad Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Thu, 7 Sep 2017 10:24:56 +0200 Subject: reproducible Debian: also apply workaround for #844220 / #872812 here Signed-off-by: Holger Levsen --- bin/schroot-create.sh | 1 + 1 file changed, 1 insertion(+) (limited to 'bin/schroot-create.sh') diff --git a/bin/schroot-create.sh b/bin/schroot-create.sh index a484c4af..5418b180 100755 --- a/bin/schroot-create.sh +++ b/bin/schroot-create.sh @@ -69,6 +69,7 @@ if [ -z "$SCHROOT_TARGET" ]; then echo "Could not create a directory to create the chroot in, aborting." exit 1 fi +sudo chmod +x $SCHROOT_TARGET # workaround #844220 / #872812 # # create script to add key for reproducible repo -- cgit v1.2.3-54-g00ecf