all repos — mgba @ 657640c9d56034c073d28e41d39a4337eca33500

mGBA Game Boy Advance Emulator

All: Fix md5sums permissions in sanitize-deb.sh
Jeffrey Pfau jeffrey@endrift.com
Thu, 30 Jul 2015 14:02:33 -0700
commit

657640c9d56034c073d28e41d39a4337eca33500

parent

9b66243e3776589f3c0ca03cd2745f3871eb20cb

1 files changed, 1 insertions(+), 0 deletions(-)

jump to
M tools/sanitize-deb.shtools/sanitize-deb.sh

@@ -56,6 +56,7 @@ sed -i~ "s/,,*/,/g" deb-temp/DEBIAN/control

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