All: Fix md5sums permissions in sanitize-deb.sh

This commit is contained in:
Jeffrey Pfau 2015-07-30 14:02:33 -07:00
parent 9b66243e37
commit 657640c9d5
1 changed files with 1 additions and 0 deletions

View File

@ -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