From 6320822c577f2c60996843a05cd59a45fbcdeb8f Mon Sep 17 00:00:00 2001 From: Kefu Chai Date: Wed, 7 Apr 2021 20:41:50 +0800 Subject: [PATCH] scripts/build_utils.sh: make user script executable as per pbuilder(8), > The scripts must be executable and may be either binaries or > interpreted scripts. Signed-off-by: Kefu Chai --- scripts/build_utils.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/build_utils.sh b/scripts/build_utils.sh index 2b00e701..2b98ffdb 100644 --- a/scripts/build_utils.sh +++ b/scripts/build_utils.sh @@ -490,6 +490,7 @@ env DEBIAN_FRONTEND=noninteractive apt-get update -y -o Acquire::Languages=none env DEBIAN_FRONTEND=noninteractive apt-get install -y gnupg EOF fi + chmod +x $hookdir/D04install-updates-repo } recreate_hookdir() { -- 2.39.5