From 657640c9d56034c073d28e41d39a4337eca33500 Mon Sep 17 00:00:00 2001 From: Jeffrey Pfau Date: Thu, 30 Jul 2015 14:02:33 -0700 Subject: [PATCH] All: Fix md5sums permissions in sanitize-deb.sh --- tools/sanitize-deb.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/sanitize-deb.sh b/tools/sanitize-deb.sh index 6ad2b6743..c63cd5bc3 100755 --- a/tools/sanitize-deb.sh +++ b/tools/sanitize-deb.sh @@ -56,6 +56,7 @@ while [ $# -gt 0 ]; do sed -i~ "s/,$//g" deb-temp/DEBIAN/control sed -i~ "/^[^:]*: $/d" deb-temp/DEBIAN/control rm deb-temp/DEBIAN/control~ + chmod 644 deb-temp/DEBIAN/md5sums chown -R root:root deb-temp dpkg-deb -b deb-temp $DEB rm -rf deb-temp